Skip to content

Commit

Permalink
[llvm-objcopy] Remove os-dependent message from test
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351914 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rupprecht committed Jan 23, 2019
1 parent 699f5cd commit c210acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tools/llvm-objcopy/ELF/fail-no-output-directory.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RUN: yaml2obj %s > %t
# RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s
# CHECK: 'no/such/dir': No such file or directory
# Don't check "No such file" which is OS dependent.
# CHECK: 'no/such/dir':

!ELF
FileHeader:
Expand Down

0 comments on commit c210acd

Please sign in to comment.