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