Sign in
llvm
/
llvm-project
/
604e4adef0f09fec00a618f003d3a8108f4c576d
/
.
/
llvm
/
test
/
tools
/
yaml2obj
/
basic.test
blob: d673accfee8810c6cbef497a2de8eb62eaa174c1 [
file
]
# Test case when the input file does not exist.
RUN
:
not
yaml2obj
%
t
.
blah
2
>&
1
|
FileCheck
-
DMSG
=%
errc_ENOENT
--
check
-
prefix
=
ENOENT
%
s
ENOENT
:
yaml2obj
:
error
:
{{.*}}.
blah
:
[[
MSG
]]