diff options
Diffstat (limited to 'test/unit.wast')
-rw-r--r-- | test/unit.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.wast b/test/unit.wast index 2e053fd73..34f8a9d50 100644 --- a/test/unit.wast +++ b/test/unit.wast @@ -2,7 +2,7 @@ (memory 16777216 16777216) (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64)) (export "big_negative" $big_negative) - (table $z $big_negative $importedDoubles $z) + (table $z $big_negative $z $z $w $w $importedDoubles $w) (func $big_negative (local $temp f64) (block |