mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
fixes tests for quit (#20813)
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
This commit is contained in:
@@ -120,7 +120,7 @@ else: # main driver
|
||||
runTest("exit_0", 0)
|
||||
runTest("exitnow_139", 139)
|
||||
runTest("c_exit2_139", 139)
|
||||
runTest("quit_139", 139)
|
||||
runTest("quit_139", 127)
|
||||
|
||||
block execCmdTest:
|
||||
let output = compileNimProg("-d:release -d:case_testfile", "D20220705T221100")
|
||||
|
||||
Reference in New Issue
Block a user