summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-convert-float-sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-convert-float-sign.txt')
-rw-r--r--test/parse/expr/bad-convert-float-sign.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/expr/bad-convert-float-sign.txt b/test/parse/expr/bad-convert-float-sign.txt
new file mode 100644
index 00000000..be0bcee6
--- /dev/null
+++ b/test/parse/expr/bad-convert-float-sign.txt
@@ -0,0 +1,6 @@
+;;; ERROR: 1
+(module (func (f32.converts.f64 (f32.const 0))))
+(;; STDERR ;;;
+parse/expr/bad-convert-float-sign.txt:2:16: unexpected token "f32.converts.f64"
+parse/expr/bad-convert-float-sign.txt:2:33: syntax error, unexpected (
+;;; STDERR ;;)