summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-store-float.sign.txt
blob: 9b22ec78272d1f8b99eabb38b59a4d446a956aa8 (plain)
1
2
3
4
5
6
7
8
9
10
;;; ERROR: 1
(module (func (f32.storeu (i32.const 0) (f32.const 0))))
(;; STDERR ;;;
parse/expr/bad-store-float.sign.txt:2:16: unexpected token "f32.storeu"
(module (func (f32.storeu (i32.const 0) (f32.const 0))))
               ^^^^^^^^^^
parse/expr/bad-store-float.sign.txt:2:27: syntax error, unexpected (
(module (func (f32.storeu (i32.const 0) (f32.const 0))))
                          ^
;;; STDERR ;;)