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