summaryrefslogtreecommitdiff
path: root/test/passes/code-folding.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/code-folding.txt')
-rw-r--r--test/passes/code-folding.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/code-folding.txt b/test/passes/code-folding.txt
index 8b5e14d7a..bb7e765ef 100644
--- a/test/passes/code-folding.txt
+++ b/test/passes/code-folding.txt
@@ -3,7 +3,7 @@
(type $1 (func))
(type $2 (func (result f32)))
(memory $0 1 1)
- (table $0 282 282 anyfunc)
+ (table $0 282 282 funcref)
(func $0 (; 0 ;) (type $1)
(block $label$1
(if
@@ -132,10 +132,10 @@
(if (result i32)
(i32.const 0)
(i32.load offset=22
- (get_local $var$0)
+ (local.get $var$0)
)
(i32.atomic.load offset=22
- (get_local $var$0)
+ (local.get $var$0)
)
)
)