summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-11 19:01:35 +0800
committerGitHub <noreply@github.com>2022-11-11 12:01:35 +0100
commit15bffc20ed8da26e68c88bb776b18d19e959453f (patch)
tree148693d410e2d6c5746bd849be5b1fdc859b4a0d /tests
parentd17b1d475c2e8cd5b112c87072f52951686136ed (diff)
downloadNim-15bffc20ed8da26e68c88bb776b18d19e959453f.tar.gz
fixes tests for quit (#20813)
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/stdlib/tosproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tosproc.nim b/tests/stdlib/tosproc.nim
index 47fec2567..de2243c50 100644
--- a/tests/stdlib/tosproc.nim
+++ b/tests/stdlib/tosproc.nim
@@ -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")