Skip to content

Commit 54e1d40

Browse files
dyunghnrklssn
authored andcommitted
Fix test added in llvm#155148 work with Windows style path separators. (llvm#155354)
Should fix Windows build bot failures such as https://lab.llvm.org/buildbot/#/builders/46/builds/22281. The test (and the followup fix in llvm#155303) did not properly account for Windows style path separators. (cherry picked from commit 7d35e29)
1 parent 5f897fd commit 54e1d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/pass-test-update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# CHECK: Traceback (most recent call last):
1414
# CHECK: File {{.*}}, line {{.*}}, in {{.*}}
1515
# CHECK: update_output = test_updater(result, test)
16-
# CHECK: File "{{.*}}/should_not_run.py", line {{.*}}, in should_not_run
16+
# CHECK: File "{{.*}}{{/|\\}}should_not_run.py", line {{.*}}, in should_not_run
1717
# CHECK: raise Exception("this test updater should only run on failure")
1818
# CHECK: Exception: this test updater should only run on failure
1919
# CHECK: ********************

0 commit comments

Comments
 (0)