Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_build
/
eea82abc00f64127c80962f57adb9dbbb05733d4
/
.
/
tools
/
rbcrun
/
testdata
/
module1.star
blob: 02919a0e7d87dcee8a75fab6e3e61fd36b892bc6 [
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
(
"testdata/module1.star"
))
assert
.
true
(
not
rblf_wildcard
(
"testdata/no_such file"
))
test
=
"module1"