Files
wren/test/language/module/unknown_variable/unknown_variable.wren
T

4 lines
177 B
Plaintext
Raw Normal View History

// Should execute the module:
// expect: ran module
import "module" for DoesNotExist // expect runtime error: Could not find a variable named 'DoesNotExist' in module 'module'.