diff options
Diffstat (limited to 'test/lit/wasm-split/merge-profiles.wast')
-rw-r--r-- | test/lit/wasm-split/merge-profiles.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/wasm-split/merge-profiles.wast b/test/lit/wasm-split/merge-profiles.wast index 2d09fefaa..1bd9c8a4a 100644 --- a/test/lit/wasm-split/merge-profiles.wast +++ b/test/lit/wasm-split/merge-profiles.wast @@ -22,8 +22,8 @@ ;; SPLIT-NEXT: Splitting out functions: qux{{$}} (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)) (export "baz" (func $baz)) |