Sign in
llvm
/
llvm-project
/
refs/heads/users/nico/python-2
/
.
/
llvm
/
test
/
tools
/
yaml2obj
/
basic.test
blob: d673accfee8810c6cbef497a2de8eb62eaa174c1 [
file
] [
log
] [
blame
] [
edit
]
# 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
]]