diff options
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', '*')) |