diff options
Diffstat (limited to 'test/lit/parse-named-memory.wast')
-rw-r--r-- | test/lit/parse-named-memory.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/parse-named-memory.wast b/test/lit/parse-named-memory.wast index 3573376a6..a335425ab 100644 --- a/test/lit/parse-named-memory.wast +++ b/test/lit/parse-named-memory.wast @@ -11,4 +11,4 @@ (memory $mem0 100) (data (offset (i32.const 0)) "") ) -;; CHECK: (data (i32.const 0) "") +;; CHECK: (data $0 (i32.const 0) "") |