[llvm-objcopy] Fix error message for msvc tests
llvm-svn: 351905
This commit is contained in:
parent
c98cc39e50
commit
b4465f12dc
|
@ -1,6 +1,6 @@
|
|||
# RUN: yaml2obj %s > %t
|
||||
# RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s
|
||||
# CHECK: error: 'no/such/dir': No such file or directory
|
||||
# CHECK: 'no/such/dir': No such file or directory
|
||||
|
||||
!ELF
|
||||
FileHeader:
|
||||
|
|
Loading…
Reference in New Issue