diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-08-28 09:02:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-09-07 09:55:55 -0700 |
commit | 42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5 (patch) | |
tree | e3bc9183e04bd049d7b497c61425e44989f609fd /test/unit.fromasm.imprecise.no-opts | |
parent | 304fef1d997f1c43249996737ef7ce6deb961481 (diff) | |
download | binaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.tar.gz binaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.tar.bz2 binaryen-42ad2cdbe5baa32dd1b0aea143a4e45f81e8b9b5.zip |
import memory #684
Diffstat (limited to 'test/unit.fromasm.imprecise.no-opts')
-rw-r--r-- | test/unit.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts index f06912d08..ec758bf32 100644 --- a/test/unit.fromasm.imprecise.no-opts +++ b/test/unit.fromasm.imprecise.no-opts @@ -14,9 +14,9 @@ (import $print "env" "print" (param i32)) (import $h "env" "h" (param i32)) (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64)) + (import $memory memory "env" "memory") (export "big_negative" $big_negative) (export "pick" $exportMe) - (export "memory" memory) (global $Int i32 (i32.const 0)) (global $Double f64 (f64.const 0)) (table 10 10 anyfunc) |