diff options
Diffstat (limited to 'test/parse/module/bad-memory-empty.txt')
-rw-r--r-- | test/parse/module/bad-memory-empty.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/bad-memory-empty.txt b/test/parse/module/bad-memory-empty.txt index 701a7645..40b06178 100644 --- a/test/parse/module/bad-memory-empty.txt +++ b/test/parse/module/bad-memory-empty.txt @@ -1,7 +1,7 @@ ;;; ERROR: 1 (module (memory)) (;; STDERR ;;; -out/test/parse/module/bad-memory-empty.txt:2:16: syntax error, unexpected ), expecting NAT +out/test/parse/module/bad-memory-empty.txt:2:16: syntax error, unexpected ), expecting ( or NAT (module (memory)) ^ ;;; STDERR ;;) |