summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-10-19 15:19:02 +0000
committerTeresa Johnson <tejohnson@google.com>2015-10-19 15:19:02 +0000
commitbd715d4702380c48a86ced92589d7457eaa1cc9f (patch)
treecf04cfe7a6bcfe6d87f8c9c1be0002d33fc2b0f6 /llvm/test/tools
parent5cf948d299b3e6658f7c581b95f2469a899e530d (diff)
downloadbcm5719-llvm-bd715d4702380c48a86ced92589d7457eaa1cc9f.tar.gz
bcm5719-llvm-bd715d4702380c48a86ced92589d7457eaa1cc9f.zip
Fix windows bot failures from r250699 by removing "/" from expected path
in test output. llvm-svn: 250701
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-lto/thinlto.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-lto/thinlto.ll b/llvm/test/tools/llvm-lto/thinlto.ll
index 29d3881b9df..5bd9dd975d2 100644
--- a/llvm/test/tools/llvm-lto/thinlto.ll
+++ b/llvm/test/tools/llvm-lto/thinlto.ll
@@ -6,8 +6,8 @@
; RUN: not test -e %t3
; COMBINED: <MODULE_STRTAB_BLOCK
-; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/thinlto.ll.tmp{{.*}}.o'
-; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/thinlto.ll.tmp{{.*}}.o'
+; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
+; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
; COMBINED-NEXT: </MODULE_STRTAB_BLOCK
; COMBINED-NEXT: <FUNCTION_SUMMARY_BLOCK
; COMBINED-NEXT: <COMBINED_ENTRY
OpenPOWER on IntegriCloud