[llvm] e21b0dd - [llvm-lit] Second attempt to fix print-relative-path.py
Bjorn Pettersson via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 06:48:16 PDT 2025
Author: Bjorn Pettersson
Date: 2025-08-21T15:47:49+02:00
New Revision: e21b0dd81928a3266df0e3ede008fb7a6676ff95
URL: https://github.com/llvm/llvm-project/commit/e21b0dd81928a3266df0e3ede008fb7a6676ff95
DIFF: https://github.com/llvm/llvm-project/commit/e21b0dd81928a3266df0e3ede008fb7a6676ff95.diff
LOG: [llvm-lit] Second attempt to fix print-relative-path.py
This is a fixup for #154317
Added:
Modified:
llvm/utils/lit/tests/print-relative-path.py
Removed:
################################################################################
diff --git a/llvm/utils/lit/tests/print-relative-path.py b/llvm/utils/lit/tests/print-relative-path.py
index 62a678691fb5d..c66f0150ca70f 100644
--- a/llvm/utils/lit/tests/print-relative-path.py
+++ b/llvm/utils/lit/tests/print-relative-path.py
@@ -13,6 +13,6 @@
# CHECK-RELATIVE: PASS: print-relative-path :: test.txt (1 of 2)
# CHECK-RELATIVE: FAIL: print-relative-path :: test2.txt (2 of 2)
# CHECK-RELATIVE: Passed Tests (1):
-# CHECK-RELATIVE: Inputs[/\\]print-relative-path[/\\]test.txt
+# CHECK-RELATIVE: Inputs{{[/\\]}}print-relative-path{{[/\\]}}test.txt
# CHECK-RELATIVE: Failed Tests (1):
-# CHECK-RELATIVE: Inputs[/\\]print-relative-path[/\\]test2.txt
+# CHECK-RELATIVE: Inputs{{[/\\]}}print-relative-path{{[/\\]}}test2.txt
More information about the llvm-commits
mailing list