summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index 249a02a1c..59e06bf6a 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -297,15 +297,15 @@
(i32.const 0)
)
(i32.select
- (i32.lt_s
- (get_local $asm2wasm_i32_temp)
- (i32.const 0)
- )
(i32.sub
(i32.const 0)
(get_local $asm2wasm_i32_temp)
)
(get_local $asm2wasm_i32_temp)
+ (i32.lt_s
+ (get_local $asm2wasm_i32_temp)
+ (i32.const 0)
+ )
)
)
)