diff options
author | Teresa Johnson <tejohnson@google.com> | 2015-10-19 15:19:02 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2015-10-19 15:19:02 +0000 |
commit | bd715d4702380c48a86ced92589d7457eaa1cc9f (patch) | |
tree | cf04cfe7a6bcfe6d87f8c9c1be0002d33fc2b0f6 | |
parent | 5cf948d299b3e6658f7c581b95f2469a899e530d (diff) | |
download | bcm5719-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
-rw-r--r-- | llvm/test/tools/llvm-lto/thinlto.ll | 4 |
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 |