summaryrefslogtreecommitdiff
path: root/test/unit.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast')
-rw-r--r--test/unit.wast5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unit.wast b/test/unit.wast
index b5e054593..914cbf8bd 100644
--- a/test/unit.wast
+++ b/test/unit.wast
@@ -5,7 +5,9 @@
(local $temp f64)
(block
(set_local $temp
- (i32.const -2147483648)
+ (f64.convert_s/i32
+ (i32.const -2147483648)
+ )
)
(set_local $temp
(f64.const -2147483648)
@@ -16,4 +18,3 @@
)
)
)
-