aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-09 11:20:57 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-09 11:20:57 -0800
commitf062efa100d83ec5ef6d28983d827579ffa9ec25 (patch)
treead46ea0b679d522aa2103e2c19efcd0069c85e83
parent5eda9c9d1a86ee8cdbcdc94a29f508b7bc5e7859 (diff)
re-strengthen now passing strtod in default
-rw-r--r--tests/runner.py4
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
'''