diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-01 12:07:13 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:21 -0800 |
commit | 5c189d747a50b6168a9512e1b5211484c004e64c (patch) | |
tree | 00150074cc6836d2de560c64cabbf8620426e2b2 /tests/runner.py | |
parent | 3e059d12af0f8357598026f14e7fdf0fbbd7743f (diff) |
fix test_unsigned
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 2579512c..f997e24d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -1340,7 +1340,7 @@ c5,de,15,8a # corrections otherwise if Settings.USE_TYPED_ARRAYS == 2: Settings.CORRECT_SIGNS = 0 - Settings.CHECK_SIGNS = 1 + Settings.CHECK_SIGNS = 1 if not Settings.ASM_JS else 0 else: Settings.CORRECT_SIGNS = 1 Settings.CHECK_SIGNS = 0 |