summary refs log blame commit diff stats
path: root/tests/destructor/tgotoexceptions3.nim
blob: 308d288b251b0ee587a9fc05b142c8e88f023039 (plain) (tree)
1
2
3
4
5
6
7






                                                            
discard """
  cmd: "nim c --gc:arc --exceptions:goto $file"
  outputsub: "Error: unhandled exception: Problem [OSError]"
  exitcode: "1"
"""

raise newException(OSError, "Problem")