diff options
Diffstat (limited to 'test/parse/expr/bad-load-float-sign.txt')
-rw-r--r-- | test/parse/expr/bad-load-float-sign.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/expr/bad-load-float-sign.txt b/test/parse/expr/bad-load-float-sign.txt new file mode 100644 index 00000000..2eade442 --- /dev/null +++ b/test/parse/expr/bad-load-float-sign.txt @@ -0,0 +1,6 @@ +;;; ERROR: 1 +(module (func (f32.loads (i32.const 0)))) +(;; STDERR ;;; +parse/expr/bad-load-float-sign.txt:2:16: unexpected token "f32.loads" +parse/expr/bad-load-float-sign.txt:2:26: syntax error, unexpected ( +;;; STDERR ;;) |