1
0
forked from Mirror/wren
Files
wren/test/meta/get_module_variables_unknown_module.wren
2016-06-09 19:16:41 -07:00

4 lines
125 B
Plaintext

import "meta" for Meta
Meta.getModuleVariables("unknown") // expect runtime error: Could not find a module named 'unknown'.