1
0
forked from Mirror/wren
Files
wren/test/module/unknown_variable/unknown_variable.wren
2015-02-06 11:52:05 -08:00

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'.