Sign in
android
/
platform
/
build
/
refs/heads/android13-mainline-go-scheduling-release
/
.
/
tools
/
rbcrun
/
testdata
/
module1.star
blob: 913fb7d7cb63e1a9149e4b1e9f12b07b6118529e [
file
] [
log
] [
blame
] [
edit
]
# Module loaded my load.star
load
(
"assert.star"
,
"assert"
)
# Make sure that builtins are defined for the loaded module, too
assert
.
true
(
rblf_file_exists
(
"module1.star"
))
assert
.
true
(
not
rblf_file_exists
(
"no_such file"
))
test
=
"module1"