summaryrefslogtreecommitdiff
path: root/test/passes/inlining-optimizing.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/inlining-optimizing.txt')
-rw-r--r--test/passes/inlining-optimizing.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/passes/inlining-optimizing.txt b/test/passes/inlining-optimizing.txt
index e01882716..d4de780d5 100644
--- a/test/passes/inlining-optimizing.txt
+++ b/test/passes/inlining-optimizing.txt
@@ -5,7 +5,6 @@
(type $3 (func (param f32 i64)))
(table 1 1 anyfunc)
(elem (i32.const 0) $tabled)
- (memory $0 0)
(export "user" (func $user))
(export "exported" (func $exported))
(func $user (; 0 ;) (type $0)
@@ -36,7 +35,6 @@
(module
(type $0 (func (result i32)))
(type $1 (func))
- (memory $0 0)
(func $main (; 0 ;) (type $0) (result i32)
(unreachable)
)