diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-05-31 14:46:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-05-31 14:46:58 -0700 |
commit | 6c1baf1971adaf9f8a393943d4ba31d280e04e77 (patch) | |
tree | 10975f2fd6d3ba387f3395da7b9fa9bc212a6ce2 /test/unit.fromasm.imprecise | |
parent | fa7573de6c3b17f831217e30745ea1092935eb54 (diff) | |
download | binaryen-6c1baf1971adaf9f8a393943d4ba31d280e04e77.tar.gz binaryen-6c1baf1971adaf9f8a393943d4ba31d280e04e77.tar.bz2 binaryen-6c1baf1971adaf9f8a393943d4ba31d280e04e77.zip |
handle duplicate exports in asm2wasm
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index 303a0cabf..293fc490a 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -9,6 +9,7 @@ (import $h "env" "h" (param i32)) (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64)) (export "big_negative" $big_negative) + (export "pick" $big_negative) (table $big_negative $big_negative $big_negative $big_negative $big_negative $big_negative $importedDoubles $big_negative $big_negative $cneg) (func $big_negative (nop) |