Skip to content

Commit e21b0dd

Browse files
committed
[llvm-lit] Second attempt to fix print-relative-path.py
This is a fixup for #154317
1 parent 42cf9c6 commit e21b0dd

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)