Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
expr
/
bad-convert-float-sign.txt
blob: c29cef4b095040d86d78a961c78221e708bee049 [
file
] [
edit
]
;;; 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 ;;)