[llvm-objcopy] [COFF] Fix a test matching pathnames for Windows. NFC.

llvm-svn: 350899
This commit is contained in:
Martin Storsjo 2019-01-10 22:05:21 +00:00
parent 4c1c4fc869
commit 44aefe0bfb
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# RUN: not llvm-objcopy -N foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
# RUN: not llvm-objcopy --strip-symbol foo %t.o 2>&1 | FileCheck %s --check-prefix=ERROR
# ERROR: error: '{{.*}}/strip-reloc-symbol.test.tmp.o': not stripping symbol 'foo' because it is named in a relocation.
# ERROR: error: '{{.*}}{{/|\\}}strip-reloc-symbol.test.tmp.o': not stripping symbol 'foo' because it is named in a relocation.