Fix windows bot failures from r250699 by removing "/" from expected path
in test output. llvm-svn: 250701
This commit is contained in:
parent
5cf948d299
commit
bd715d4702
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue