fixes tests for quit (#20813)

Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
This commit is contained in:
ringabout
2022-11-11 19:01:35 +08:00
committed by GitHub
parent d17b1d475c
commit 15bffc20ed

View File

@@ -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")