1
0
forked from Mirror/wren
Files
wren/test/meta/eval_not_string.wren
Bob Nystrom d5b9f0096c Move Meta to a separate module.
Also cleaned up some of the code around loading the core module.
2015-10-15 18:08:56 -07:00

4 lines
94 B
Plaintext

import "meta" for Meta
Meta.eval(123) // expect runtime error: Source code must be a string.