]> granicus.if.org Git - llvm/commitdiff
[llvm-objcopy] [COFF] Fix a test matching pathnames for Windows. NFC.
authorMartin Storsjo <martin@martin.st>
Thu, 10 Jan 2019 22:05:21 +0000 (22:05 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 10 Jan 2019 22:05:21 +0000 (22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350899 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objcopy/COFF/strip-reloc-symbol.test

index 50740d9ee015f24b90428b5abcb27218133012c7..0ccc87cbde69e7b1406653fcc67536a6d8716519 100644 (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.