summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAshley Nelson <nashley@google.com>2022-08-19 09:25:11 -0700
committerGitHub <noreply@github.com>2022-08-19 09:25:11 -0700
commit5b64cb768e22af51855bee88cfca29635ca215a7 (patch)
tree501bb1047456f92b92c56594ac9bca9874907770 /test
parent6b3f3af606f2cbe8da29996e5600d174c5653d05 (diff)
downloadbinaryen-5b64cb768e22af51855bee88cfca29635ca215a7.tar.gz
binaryen-5b64cb768e22af51855bee88cfca29635ca215a7.tar.bz2
binaryen-5b64cb768e22af51855bee88cfca29635ca215a7.zip
CI fix after #4837 (#4939)
A memory must be explicitly defined before being exported. Fix CI for 6b3f3af.
Diffstat (limited to 'test')
-rw-r--r--test/lit/wasm-split/print-profile.wast1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit/wasm-split/print-profile.wast b/test/lit/wasm-split/print-profile.wast
index 19f1111b6..cea701629 100644
--- a/test/lit/wasm-split/print-profile.wast
+++ b/test/lit/wasm-split/print-profile.wast
@@ -15,6 +15,7 @@
;; UNESCAPED: - bar(double[3])
(module
+ (memory 0 0)
(export "memory" (memory 0 0))
(export "foo" (func $foo))
(export "bar" (func $bar\28double\5b3\5d\29))