treject.nim 173 B

12345678
  1. discard """
  2. action: "reject"
  3. """
  4. # Because we set action="reject", we expect this line not to compile. But the
  5. # line does compile, therefore the test fails.
  6. assert true