Delete all VM-related test files including benchmark, call, error, foreign_class, and other API tests, along with their C source, headers, and Wren scripts. Rewrite test/README.md to describe only CLI unit tests and module resolution tests, removing references to VM, compiler, core library, and language semantics tests.
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
// Import a module whose name is the same as the package.
|
|
import "foo" for Module
|
|
// expect: ran module
|
|
|
|
System.print(Module) // expect: from module
|