diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-11 17:16:57 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-11 17:16:57 -0500 |
commit | 4e98f922cb2d727a319f62d32e51afabb2e46d24 (patch) | |
tree | 507db7035fe0557431ff49f55016df1bedff8000 /test/emcc_hello_world.fromasm | |
parent | 75a562190a9f4588c8ffb19b8304f76c15a850c6 (diff) | |
parent | 873e5b0500a3edb07a09ed285ba8421be375cd25 (diff) | |
download | binaryen-4e98f922cb2d727a319f62d32e51afabb2e46d24.tar.gz binaryen-4e98f922cb2d727a319f62d32e51afabb2e46d24.tar.bz2 binaryen-4e98f922cb2d727a319f62d32e51afabb2e46d24.zip |
Merge pull request #91 from WebAssembly/sanitizers
Add Travis builds with sanitizers
Diffstat (limited to 'test/emcc_hello_world.fromasm')
-rw-r--r-- | test/emcc_hello_world.fromasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emcc_hello_world.fromasm b/test/emcc_hello_world.fromasm index 3b0331011..9dbe000df 100644 --- a/test/emcc_hello_world.fromasm +++ b/test/emcc_hello_world.fromasm @@ -430,7 +430,7 @@ (set_local $$mul (f64.mul (get_local $$x) - (f64.const 18446744073709551616) + (f64.const 18446744073709551615) ) ) (set_local $$call |