Files
wren/test/meta/get_module_variables_not_string.wren

4 lines
108 B
Plaintext
Raw Normal View History

import "meta" for Meta
Meta.getModuleVariables(123) // expect runtime error: Module name must be a string.