summaryrefslogtreecommitdiff
path: root/test/passes/instrument-memory.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/instrument-memory.txt')
-rw-r--r--test/passes/instrument-memory.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/instrument-memory.txt b/test/passes/instrument-memory.txt
index dd2e876d0..fc5221c3e 100644
--- a/test/passes/instrument-memory.txt
+++ b/test/passes/instrument-memory.txt
@@ -4,7 +4,7 @@
(import "instrument" "load" (func $load (param i32 i32 i32 i32) (result i32)))
(import "instrument" "store" (func $store (param i32 i32 i32 i32) (result i32)))
(memory $0 256 256)
- (func $A (type $1)
+ (func $A (; 2 ;) (type $1)
(drop
(i32.load8_s
(call $load
@@ -286,7 +286,7 @@
)
)
)
- (func $B (type $1)
+ (func $B (; 3 ;) (type $1)
(i32.store8
(call $store
(i32.const 28)