Files
wren/test/meta/eval_not_string.wren
T

4 lines
94 B
Plaintext
Raw Normal View History

2015-10-15 18:08:56 -07:00
import "meta" for Meta
2015-04-03 21:22:58 -07:00
Meta.eval(123) // expect runtime error: Source code must be a string.