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