diff options
Diffstat (limited to 'test/parse/module/bad-memory-shared-nomax.txt')
-rw-r--r-- | test/parse/module/bad-memory-shared-nomax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/module/bad-memory-shared-nomax.txt b/test/parse/module/bad-memory-shared-nomax.txt index 759b91bf..1aab110a 100644 --- a/test/parse/module/bad-memory-shared-nomax.txt +++ b/test/parse/module/bad-memory-shared-nomax.txt @@ -1,8 +1,8 @@ ;;; ERROR: 1 -(module (memory (shared 1))) +(module (memory 1 shared)) (;; STDERR ;;; out/test/parse/module/bad-memory-shared-nomax.txt:2:10: error: shared memories must have max sizes -(module (memory (shared 1))) +(module (memory 1 shared)) ^^^^^^ ;;; STDERR ;;) |