summary refs log blame commit diff stats
path: root/testament/tests/shouldfail/treject.nim
blob: aaf2b4a63c895dd7c9bd91d5da503d4aa16efd3b (plain) (tree)
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