diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-17 17:27:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-17 17:27:41 -0700 |
commit | c158595be87cdebfb90d5c1bc272673be9cc06e7 (patch) | |
tree | dae2c7fb6a8b36140c4f8b49b09b7b70132bfa08 /tests | |
parent | e8b1ec27a7bef3ba21be8462629bc08574bbe090 (diff) |
improve inline js test
Diffstat (limited to 'tests')
-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 f22fd86b..7575d651 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4023,7 +4023,7 @@ def process(filename): double get() { double ret = 0; - __asm __volatile__("12/3.3":"=r"(ret)); + __asm __volatile__("Math.abs(-12/3.3)":"=r"(ret)); // write to a variable return ret; } |