Files
wren/test/meta/eval_compile_error.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
96 B
Plaintext

import "meta" for Meta
Meta.eval("!!") // expect runtime error: Could not compile source code.