summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index a6dac1e63..4bc083abc 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -148,13 +148,12 @@
(func $conversions
(local $0 f64)
(local $1 f32)
- (local $2 i32)
(drop
(call $f64-to-int
(get_local $0)
)
)
- (set_local $2
+ (drop
(call $f64-to-int
(f64.promote/f32
(get_local $1)