summaryrefslogtreecommitdiff
path: root/test/example/module-splitting.txt
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-04-20 19:46:09 -0700
committerGitHub <noreply@github.com>2021-04-20 19:46:09 -0700
commitb4e96d8dd6fded302b7c6be8a34b0a75773737b6 (patch)
tree56d78148d07f9451bf1c6bfdd2a71d5118e8539c /test/example/module-splitting.txt
parenteb2581d89fee86ac11a1452a946f9c69d4173a48 (diff)
downloadbinaryen-b4e96d8dd6fded302b7c6be8a34b0a75773737b6.tar.gz
binaryen-b4e96d8dd6fded302b7c6be8a34b0a75773737b6.tar.bz2
binaryen-b4e96d8dd6fded302b7c6be8a34b0a75773737b6.zip
Update test expectations after colliding landings (#3827)
Diffstat (limited to 'test/example/module-splitting.txt')
-rw-r--r--test/example/module-splitting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/module-splitting.txt b/test/example/module-splitting.txt
index 48a4edf03..b4cb05329 100644
--- a/test/example/module-splitting.txt
+++ b/test/example/module-splitting.txt
@@ -555,8 +555,8 @@ Secondary:
(module
(type $i32_=>_i32 (func (param i32) (result i32)))
(import "primary" "%table" (table $table 1000 funcref))
- (elem (global.get $base) $foo $foo)
(import "primary" "%global" (global $base i32))
+ (elem (global.get $base) $foo $foo)
(func $foo (param $0 i32) (result i32)
(local.get $0)
)