summaryrefslogtreecommitdiff
path: root/test/example
diff options
context:
space:
mode:
Diffstat (limited to 'test/example')
-rw-r--r--test/example/module-splitting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/module-splitting.txt b/test/example/module-splitting.txt
index 9466f026e..09d6879ef 100644
--- a/test/example/module-splitting.txt
+++ b/test/example/module-splitting.txt
@@ -753,7 +753,7 @@ After:
(table $0 1 funcref)
(elem $0 (i32.const 0) $placeholder_0)
(export "%foo" (func $bar))
- (export "%foo_0" (func $foo))
+ (export "%foo_1" (func $foo))
(export "%table" (table $0))
(func $foo (type $none_=>_none)
(nop)
@@ -768,7 +768,7 @@ Secondary:
(module
(type $none_=>_none (func))
(import "primary" "%table" (table $0 1 funcref))
- (import "primary" "%foo_0" (func $foo))
+ (import "primary" "%foo_1" (func $foo))
(elem $0 (i32.const 0) $bar)
(func $bar (type $none_=>_none)
(call $foo)