Files
Nim/testament/tests/shouldfail/tcolumn.nim
Timothee Cour 4e0f38fbb1 testament :show duration also for failed tests; improve tshould_not_work; mitigate #17946 tchannels timeouts (#17947)
* refs #17946; refactor testament test summary, show test duration for failures; increase timeout tchannels

* revert workarounds from https://github.com/nim-lang/Nim/pull/16698 and add allowPrefixMatch optional param to greedyOrderedSubsetLines

* add test

* workaround for yet another testament bug
2021-05-08 17:13:47 +02:00

9 lines
160 B
Nim

discard """
errormsg: "undeclared identifier: 'undeclared'"
line: 9
column: 7
"""
# test should fail because the line directive is wrong
echo undeclared