diff options
Diffstat (limited to 'test/unit.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/unit.wast.fromBinary.noDebugInfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit.wast.fromBinary.noDebugInfo b/test/unit.wast.fromBinary.noDebugInfo index 649eb39c9..498ce3a7c 100644 --- a/test/unit.wast.fromBinary.noDebugInfo +++ b/test/unit.wast.fromBinary.noDebugInfo @@ -9,13 +9,13 @@ (type $7 (func (param f64) (result f64))) (type $8 (func (result i64))) (type $9 (func (param i32 i64))) - (memory $0 4096 4096) - (data (i32.const 1026) "\14\00") - (table 10 anyfunc) - (elem (i32.const 0) $17 $0 $17 $17 $18 $18 $1 $18 $17 $15) (import "env" "_emscripten_asm_const_vi" (func $fimport$0)) (import "asm2wasm" "f64-to-int" (func $fimport$1 (param f64) (result i32))) (import "asm2wasm" "f64-rem" (func $fimport$2 (param f64 f64) (result f64))) + (memory $0 4096 4096) + (data (i32.const 1026) "\14\00") + (table $0 10 anyfunc) + (elem (i32.const 0) $17 $0 $17 $17 $18 $18 $1 $18 $17 $15) (export "big_negative" (func $0)) (func $0 (; 3 ;) (type $1) (local $0 f64) |