diff options
-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 ''' |