mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-14 07:38:03 +01:00
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
// Should execute the module:
|
|
// expect: ran module
|
|
var DoesNotExist = "module".import_("DoesNotExist") // expect runtime error: Could not find a variable named 'DoesNotExist' in module 'module'.
|