summary refs log tree commit diff stats
path: root/tests/exception/t16366.nim
blob: 4bcad79ed0eea78a2a60b9e8496e130856c6f6a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
discard """
  action: run
  exitcode: 0
  targets: "c cpp"
  disabled: openbsd
"""

echo "foo1"
close stdout
doAssertRaises(IOError):
  echo "foo"