We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f897fd commit 54e1d40Copy full SHA for 54e1d40
llvm/utils/lit/tests/pass-test-update.py
@@ -13,7 +13,7 @@
13
# CHECK: Traceback (most recent call last):
14
# CHECK: File {{.*}}, line {{.*}}, in {{.*}}
15
# CHECK: update_output = test_updater(result, test)
16
-# CHECK: File "{{.*}}/should_not_run.py", line {{.*}}, in should_not_run
+# CHECK: File "{{.*}}{{/|\\}}should_not_run.py", line {{.*}}, in should_not_run
17
# CHECK: raise Exception("this test updater should only run on failure")
18
# CHECK: Exception: this test updater should only run on failure
19
# CHECK: ********************
0 commit comments