From 5b64cb768e22af51855bee88cfca29635ca215a7 Mon Sep 17 00:00:00 2001 From: Ashley Nelson Date: Fri, 19 Aug 2022 09:25:11 -0700 Subject: CI fix after #4837 (#4939) A memory must be explicitly defined before being exported. Fix CI for 6b3f3af. --- test/lit/wasm-split/print-profile.wast | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit/wasm-split') 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)) -- cgit v1.2.3