summaryrefslogtreecommitdiff
path: root/test/unit.fromasm
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r--test/unit.fromasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm
index 4b95dfea1..df54513fa 100644
--- a/test/unit.fromasm
+++ b/test/unit.fromasm
@@ -261,7 +261,7 @@
)
(func $big_uint_div_u (result i32)
(local $x i32)
- (block $topmost
+ (block
(set_local $x
(i32.and
(i32.div_u
@@ -369,7 +369,7 @@
(func $smallCompare (result i32)
(local $i i32)
(local $j i32)
- (block $topmost
+ (block
(if
(i32.lt_s
(get_local $i)