mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* 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
8 lines
173 B
Nim
8 lines
173 B
Nim
discard """
|
|
action: "reject"
|
|
"""
|
|
|
|
# Because we set action="reject", we expect this line not to compile. But the
|
|
# line does compile, therefore the test fails.
|
|
assert true
|