Reorganize tests and benchmark scripts.
Mainly to get rid of one top level directory. But this will also be useful when there are tests of the embedding API.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
var Module = "outer"
|
||||
|
||||
if (true) {
|
||||
import "module" for Module
|
||||
// expect: ran module
|
||||
|
||||
IO.print(Module) // expect: from module
|
||||
}
|
||||
|
||||
IO.print(Module) // expect: outer
|
||||
@@ -0,0 +1,3 @@
|
||||
// nontest
|
||||
var Module = "from module"
|
||||
IO.print("ran module")
|
||||
Reference in New Issue
Block a user