Skip to content
Snippets Groups Projects
Commit 5001c3d1 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now works on NT again

Rev: src/testsuite.in:1.76
parent d213275f
No related branches found
No related tags found
No related merge requests found
test_true([["$Id: testsuite.in,v 1.75 1998/02/27 19:18:08 hubbe Exp $"]])
test_true([["$Id: testsuite.in,v 1.76 1998/03/01 03:34:48 hubbe Exp $"]])
test_eq(1e1,10.0)
test_eq(1E1,10.0)
test_eq(1e+1,10.0)
......@@ -442,7 +442,7 @@ test_true(intp(signum("SIGKILL")))
// kill, signal, getpid
test_true(intp(getpid()))
cond([[all_constants()->kill]],
cond([[all_constants()->kill && (cpp("__NT__")/"\n")[1]=="__NT__" ]],
[[
test_do(signal(signum("SIGFPE"),lambda() { add_constant("AFJLLAF",17); }))
test_do(kill(getpid(),signum("SIGFPE")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment