Sign in
android
/
platform
/
build
/
e8a3be2ea2
/
.
/
tools
/
rbcrun
/
testdata
/
module1.star
blob: 02919a0e7d87dcee8a75fab6e3e61fd36b892bc6 [
file
]
# Module loaded my load.star
load
(
"assert.star"
,
"assert"
)
# Make sure that builtins are defined for the loaded module, too
assert
.
true
(
rblf_wildcard
(
"testdata/module1.star"
))
assert
.
true
(
not
rblf_wildcard
(
"testdata/no_such file"
))
test
=
"module1"