diff options
Diffstat (limited to 'testament/tests/shouldfail/tcolumn.nim')
-rw-r--r-- | testament/tests/shouldfail/tcolumn.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testament/tests/shouldfail/tcolumn.nim b/testament/tests/shouldfail/tcolumn.nim new file mode 100644 index 000000000..809ddec74 --- /dev/null +++ b/testament/tests/shouldfail/tcolumn.nim @@ -0,0 +1,8 @@ +discard """ + errormsg: "undeclared identifier: 'undeclared'" + line: 9 + column: 7 +""" + +# test should fail because the line directive is wrong +echo undeclared |