diff options
Diffstat (limited to 'test/lit/wasm-split/print-profile.wast')
-rw-r--r-- | test/lit/wasm-split/print-profile.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/wasm-split/print-profile.wast b/test/lit/wasm-split/print-profile.wast index cea701629..ec37858bd 100644 --- a/test/lit/wasm-split/print-profile.wast +++ b/test/lit/wasm-split/print-profile.wast @@ -15,8 +15,8 @@ ;; UNESCAPED: - bar(double[3]) (module - (memory 0 0) - (export "memory" (memory 0 0)) + (memory $m 0 0) + (export "memory" (memory $m)) (export "foo" (func $foo)) (export "bar" (func $bar\28double\5b3\5d\29)) (func $foo |