Files
wren/test/undefined_local.wren
Bob Nystrom 9208a7f862 Start testing errors.
- Add support to test runner for compile errors.
- Include line number in tokens.
- Exit with non-zero on compile error.
2013-10-28 07:12:39 -07:00

4 lines
44 B
Plaintext

{
io.write(notDefined) // expect error
}