diff options
Diffstat (limited to 'test/parse/module/memory-segment-multi-string.txt')
-rw-r--r-- | test/parse/module/memory-segment-multi-string.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse/module/memory-segment-multi-string.txt b/test/parse/module/memory-segment-multi-string.txt index 5c434d18..4e2c62ef 100644 --- a/test/parse/module/memory-segment-multi-string.txt +++ b/test/parse/module/memory-segment-multi-string.txt @@ -1,3 +1,4 @@ +;;; TOOL: wat2wasm (module (memory (data "hi" "there" "how" "are" "you"))) |