diff options
Diffstat (limited to 'test/parse/expr/bad-unexpected.txt')
-rw-r--r-- | test/parse/expr/bad-unexpected.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-unexpected.txt b/test/parse/expr/bad-unexpected.txt new file mode 100644 index 00000000..c0c69791 --- /dev/null +++ b/test/parse/expr/bad-unexpected.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func (module))) +(;; STDERR ;;; +parse/expr/bad-unexpected.txt:2:16: syntax error, unexpected MODULE +;;; STDERR ;;) |