summaryrefslogtreecommitdiff
path: root/test/unit.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.fromasm.imprecise.no-opts')
-rw-r--r--test/unit.fromasm.imprecise.no-opts8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit.fromasm.imprecise.no-opts b/test/unit.fromasm.imprecise.no-opts
index 776aa2ba5..b2b0a5f40 100644
--- a/test/unit.fromasm.imprecise.no-opts
+++ b/test/unit.fromasm.imprecise.no-opts
@@ -59,8 +59,8 @@
(export "phi" (func $phi))
(export "smallIf" (func $smallIf))
(export "dropCall" (func $dropCall))
- (export "useSetGlobal" (func $useSetGlobal))
- (export "usesSetGlobal2" (func $usesSetGlobal2))
+ (export "useGlobalSet" (func $useGlobalSet))
+ (export "usesGlobalSet2" (func $usesGlobalSet2))
(export "breakThroughMany" (func $breakThroughMany))
(export "ifChainEmpty" (func $ifChainEmpty))
(export "heap8NoShift" (func $heap8NoShift))
@@ -992,7 +992,7 @@
(call $phi)
)
)
- (func $useSetGlobal (; 42 ;) (result i32)
+ (func $useGlobalSet (; 42 ;) (result i32)
(local $x i32)
(local.set $x
(block (result i32)
@@ -1014,7 +1014,7 @@
)
)
)
- (func $usesSetGlobal2 (; 43 ;) (result i32)
+ (func $usesGlobalSet2 (; 43 ;) (result i32)
(return
(block (result i32)
(block