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, 3 insertions, 5 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index 93d654845..3d66f1c28 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -443,11 +443,9 @@
)
(loop $for-out$0 $for-in$1
(br_if $for-out$0
- (i32.eqz
- (i32.lt_s
- (get_local $i)
- (i32.const 200)
- )
+ (i32.ge_s
+ (get_local $i)
+ (i32.const 200)
)
)
(call_import $h