mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
fix failing unit test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
targets: "cpp"
|
||||
outputsub: "Error: unhandled unknown cpp exception"
|
||||
outputsub: "Error: unhandled cpp exception: [int]"
|
||||
exitcode: 1
|
||||
"""
|
||||
type Crap {.importcpp: "int".} = object
|
||||
|
||||
Reference in New Issue
Block a user