Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/7078
/
.
/
test
/
lit
/
binary
/
component-error.test
blob: 57bcec4573b99ecc982657f141a8c74527b9c5e6 [
file
] [
log
] [
blame
] [
edit
]
# Verify that we show an error when given a component.
;;
RUN
:
not
wasm
-
opt
%
s
.
wasm
2
>&
1
|
filecheck
%
s
;;
CHECK
:
this
looks like a wasm component
,
which
Binaryen
does
not
support yet
(
see https
:
//github.com/WebAssembly/binaryen/issues/6728)