diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 11:20:57 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 11:20:57 -0800 |
commit | f062efa100d83ec5ef6d28983d827579ffa9ec25 (patch) | |
tree | ad46ea0b679d522aa2103e2c19efcd0069c85e83 | |
parent | 5eda9c9d1a86ee8cdbcdc94a29f508b7bc5e7859 (diff) |
re-strengthen now passing strtod in default
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6ae98c16..7ad3813a 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2733,10 +2733,6 @@ if 'benchmark' not in str(sys.argv): 0 1.234e+57 10 - ''' - if Settings.I64_MODE != 1: - # I64 will un-NaN/Inf this into a very big float, because of our temp storage to a safe typed array - expected += ''' inf ''' |