summaryrefslogtreecommitdiff
path: root/test/strip
diff options
context:
space:
mode:
Diffstat (limited to 'test/strip')
-rw-r--r--test/strip/names.txt2
-rw-r--r--test/strip/no-custom-sections.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/strip/names.txt b/test/strip/names.txt
index dbd375bb..dd27b75a 100644
--- a/test/strip/names.txt
+++ b/test/strip/names.txt
@@ -7,7 +7,7 @@ section(CODE) {
count[1]
func {
locals[decl_count[1] i32_count[1] i32]
- get_local 0
+ local.get 0
}
}
section("name") {
diff --git a/test/strip/no-custom-sections.txt b/test/strip/no-custom-sections.txt
index c2e3703f..aac0d9eb 100644
--- a/test/strip/no-custom-sections.txt
+++ b/test/strip/no-custom-sections.txt
@@ -7,7 +7,7 @@ section(CODE) {
count[1]
func {
locals[decl_count[1] i32_count[1] i32]
- get_local 0
+ local.get 0
}
}
(;; STDOUT ;;;