summaryrefslogtreecommitdiff
path: root/test/print/memory-shared.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/print/memory-shared.txt')
-rw-r--r--test/print/memory-shared.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/print/memory-shared.txt b/test/print/memory-shared.txt
index ee02979b1..daff79f22 100644
--- a/test/print/memory-shared.txt
+++ b/test/print/memory-shared.txt
@@ -1,3 +1,3 @@
(module
- (memory $0 (shared 23 256))
+ (memory $0 23 256 shared)
)