Skip to content

Commit 40b129a

Browse files
committed
[llvm-lit] Fix test checks for print-relative-path.py
Make sure we support windows style paths. This is a fixup for #154317
1 parent 5ef28e0 commit 40b129a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/utils/lit/tests/print-relative-path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# CHECK-RELATIVE: PASS: print-relative-path :: test.txt (1 of 2)
1414
# CHECK-RELATIVE: FAIL: print-relative-path :: test2.txt (2 of 2)
1515
# CHECK-RELATIVE: Passed Tests (1):
16-
# CHECK-RELATIVE: Inputs/print-relative-path/test.txt
16+
# CHECK-RELATIVE: Inputs[/\\]print-relative-path[/\\]test.txt
1717
# CHECK-RELATIVE: Failed Tests (1):
18-
# CHECK-RELATIVE: Inputs/print-relative-path/test2.txt
18+
# CHECK-RELATIVE: Inputs[/\\]print-relative-path[/\\]test2.txt

0 commit comments

Comments
 (0)