diff options
Diffstat (limited to 'test/wasm2js')
-rw-r--r-- | test/wasm2js/global_i64.wast | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wasm2js/global_i64.wast b/test/wasm2js/global_i64.wast index 99fa419c1..6ed163d79 100644 --- a/test/wasm2js/global_i64.wast +++ b/test/wasm2js/global_i64.wast @@ -1,6 +1,5 @@ (module (global $f (mut i64) (i64.const 0x12345678ABCDEFAF)) - (global $g (mut i64) (global.get $f)) (func $call (param i64)) (func "exp" (call $call (global.get $f)) |