Trying to fix the windows bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-07-16 00:38:34 +00:00
parent 6a37b479b3
commit 2cf6eb4a42

View File

@ -54,10 +54,10 @@ RUN: llvm-ar --format=gnu rcT bar/test.a 0123456789abcde 0123456789abcdef foo/01
RUN: cat bar/test.a | FileCheck -strict-whitespace --check-prefix=THIN-PATH %s RUN: cat bar/test.a | FileCheck -strict-whitespace --check-prefix=THIN-PATH %s
THIN-PATH: !<thin> THIN-PATH: !<thin>
THIN-PATH-NEXT: // 90 ` THIN-PATH-NEXT: // 90 `
THIN-PATH-NEXT: ../0123456789abcde/ THIN-PATH-NEXT: ..{{/|\\}}0123456789abcde/
THIN-PATH-NEXT: ../0123456789abcdef/ THIN-PATH-NEXT: ..{{/|\\}}0123456789abcdef/
THIN-PATH-NEXT: ../foo/0123456789abcde/ THIN-PATH-NEXT: ..{{/|\\}}foo{{/|\\}}0123456789abcde/
THIN-PATH-NEXT: ../foo/0123456789abcdef/ THIN-PATH-NEXT: ..{{/|\\}}foo{{/|\\}}0123456789abcdef/
THIN-PATH-NEXT: /0 0 0 0 644 4 ` THIN-PATH-NEXT: /0 0 0 0 644 4 `
THIN-PATH-NEXT: /20 0 0 0 644 4 ` THIN-PATH-NEXT: /20 0 0 0 644 4 `
THIN-PATH-NEXT: /41 0 0 0 644 4 ` THIN-PATH-NEXT: /41 0 0 0 644 4 `