diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-25 13:15:44 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-25 13:23:16 -0700 |
commit | 3ff3a402d58a8c33151d6ce6767d34cb5bc9cc29 (patch) | |
tree | e1613fb290794925c2a6c5d0116321899cc309ef /tests/test_core.py | |
parent | 6a6bb771d6d7786064331afab47943d65b0d4fd6 (diff) |
move to FROUND option for Math.fround
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 74569c7f..88d1e34c 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -8307,6 +8307,7 @@ extern "C" { if Settings.ASM_JS: # test float support in asm + Settings.FROUND = 1 i, j = results[-1] src = open(path_from_root('tests', 'fasta.cpp'), 'r').read().replace('double', 'float') self.do_run(src, j, [str(i)], lambda x, err: x.replace('\n', '*')) |