summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))