summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-convert-float-sign.txt
blob: c29cef4b095040d86d78a961c78221e708bee049 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
          f32.const 0 
          f32.converts.f64))
(;; STDERR ;;;
out/test/parse/expr/bad-convert-float-sign.txt:5:11: error: unexpected token f32.converts.f64, expected ).
          f32.converts.f64))
          ^^^^^^^^^^^^^^^^
;;; STDERR ;;)