Files
Nim/testament/tests/shouldfail/treject.nim
2021-04-04 13:47:28 -07:00

9 lines
188 B
Nim

discard """
action: "reject"
targets: "c"
"""
# Because we set action="reject", we expect this line not to compile. But the
# line does compile, therefore the test fails.
assert true