diff options
Diffstat (limited to 'test/parse/module/bad-export-no-string.txt')
-rw-r--r-- | test/parse/module/bad-export-no-string.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/module/bad-export-no-string.txt b/test/parse/module/bad-export-no-string.txt new file mode 100644 index 00000000..a80f15d2 --- /dev/null +++ b/test/parse/module/bad-export-no-string.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func (nop)) (export nop nop)) +(;; STDERR ;;; +parse/module/bad-export-no-string.txt:2:30: syntax error, unexpected NOP, expecting TEXT +;;; STDERR ;;) |