diff options
Diffstat (limited to 'test/unit.wast.fromBinary')
-rw-r--r-- | test/unit.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary index ad0f0786a..4a311f41a 100644 --- a/test/unit.wast.fromBinary +++ b/test/unit.wast.fromBinary @@ -12,7 +12,7 @@ (import "env" "_emscripten_asm_const_vi" (func $import$0)) (import "asm2wasm" "f64-to-int" (func $import$1 (param f64) (result i32))) (import "asm2wasm" "f64-rem" (func $import$2 (param f64 f64) (result f64))) - (export "big_negative" $big_negative) + (export "big_negative" (func $big_negative)) (table 10 anyfunc) (elem (i32.const 0) $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg) (func $big_negative (type $1) |