diff options
author | Vasilis Kalintiris <ehostunreach@gmail.com> | 2013-12-06 22:37:27 +0200 |
---|---|---|
committer | Vasilis Kalintiris <ehostunreach@gmail.com> | 2013-12-07 19:35:51 +0200 |
commit | 42755ef947767abbaa75e6744be99027f153fdad (patch) | |
tree | 67f8707775f505ad7124f03caa1ed7ca9e085497 /tests/core/test_isnan.out | |
parent | 333d6d12f4c5b10c31164a45786aca79c5931354 (diff) |
Use do_run_from_file() for test_isnan
Diffstat (limited to 'tests/core/test_isnan.out')
-rw-r--r-- | tests/core/test_isnan.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/core/test_isnan.out b/tests/core/test_isnan.out new file mode 100644 index 00000000..b7e33f0e --- /dev/null +++ b/tests/core/test_isnan.out @@ -0,0 +1,9 @@ +0 - 1.000000 - 0 +1 - 3.333000 - 0 +2 - inf - 0 +3 - nan - 1 +4 - -inf - 0 +5 - 0.000000 - 0 +6 - 0.000000 - 0 +7 - -123123123.000000 - 0 +8 - 1.2e+201 - 0 |