summary refs log tree commit diff stats
path: root/testament/tests/shouldfail/treject.nim
blob: 1e7258f708b75b01c3668ccbd552e0c23e2dcadf (plain) (blame)
1
2
3
4
5
6
7
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