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

Merge 'heads/0.6': tests for new float precision time() operation

parents 6ab55cc3 499e229a
No related branches found
No related tags found
No related merge requests found
stest_true([["$Id: testsuite.in,v 1.116 1998/06/24 04:56:46 hubbe Exp $"]]) stest_true([["$Id: testsuite.in,v 1.117 1998/07/15 23:35:14 hubbe Exp $"]])
cond([[all_constants()->_verify_internals]], cond([[all_constants()->_verify_internals]],
[[ [[
test_do(_verify_internals()) test_do(_verify_internals())
...@@ -2304,6 +2304,8 @@ test_any([[ master()->set_inhibit_compile_errors(lambda(){});mixed res = catch{c ...@@ -2304,6 +2304,8 @@ test_any([[ master()->set_inhibit_compile_errors(lambda(){});mixed res = catch{c
// - time // - time
test_true(intp(time())) test_true(intp(time()))
test_true(intp(time(1)))
test_true(floatp(time(2)))
// - trace // - trace
test_do(trace(0)) test_do(trace(0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment