summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 17:26:23 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 17:26:23 -0700
commitd93c05bfa9a7fc813c31c7972e6680d6ef0277d2 (patch)
treec0b1eddc0126d46a1e3f17793b12ada018e34693 /test
parent4d319b84d83ad3168ee798c52071e4b4b831e042 (diff)
downloadbinaryen-d93c05bfa9a7fc813c31c7972e6680d6ef0277d2.tar.gz
binaryen-d93c05bfa9a7fc813c31c7972e6680d6ef0277d2.tar.bz2
binaryen-d93c05bfa9a7fc813c31c7972e6680d6ef0277d2.zip
fix Convert
Diffstat (limited to 'test')
-rw-r--r--test/emcc_hello_world.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/emcc_hello_world.wast b/test/emcc_hello_world.wast
index 410a3b2b5..2a5fe5699 100644
--- a/test/emcc_hello_world.wast
+++ b/test/emcc_hello_world.wast
@@ -426,7 +426,7 @@
)
(nop)
(break $topmost
- (convert sint32toDouble
+ (f64.convert_s/i32
(get_local $$retval$0)
)
)
@@ -449,7 +449,7 @@
)
)
(break $topmost
- (convert sint32toDouble
+ (f64.convert_s/i32
(get_local $$call)
)
)