diff options
Diffstat (limited to 'test/emcc_hello_world.wast')
-rw-r--r-- | test/emcc_hello_world.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast index bd0adc06f..01cd2f4c1 100644 --- a/test/emcc_hello_world.wast +++ b/test/emcc_hello_world.wast @@ -441,7 +441,7 @@ (set_local $$mul (f64.mul (get_local $$x) - (f64.const 18446744073709551616) + (f64.const 18446744073709551615) ) ) (set_local $$call |