mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-06 07:38:24 +00:00
tests/exception/tsetexceptions.nim not joinable (#18264)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
discard """
|
||||
targets: "c cpp js"
|
||||
joinable: false
|
||||
"""
|
||||
|
||||
# refs https://github.com/nim-lang/Nim/pull/18247#issuecomment-860877161
|
||||
|
||||
let ex = newException(CatchableError, "test")
|
||||
setCurrentException(ex)
|
||||
doAssert getCurrentException().msg == ex.msg
|
||||
|
||||
Reference in New Issue
Block a user