[clang-tools-extra] 99e4061 - Try to fix clang-tidy/infrastructure/config-files.cpp on Win after cb1ee34e9d32fc.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 10:38:50 PDT 2020
Author: Nico Weber
Date: 2020-04-15T13:38:03-04:00
New Revision: 99e4061bd800a525ce1d7e2cbd6672b2fe0ec33d
URL: https://github.com/llvm/llvm-project/commit/99e4061bd800a525ce1d7e2cbd6672b2fe0ec33d
DIFF: https://github.com/llvm/llvm-project/commit/99e4061bd800a525ce1d7e2cbd6672b2fe0ec33d.diff
LOG: Try to fix clang-tidy/infrastructure/config-files.cpp on Win after cb1ee34e9d32fc.
See also r267736.
Added:
Modified:
clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
Removed:
################################################################################
diff --git a/clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp b/clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
index 4307c16d856f..158daad032c5 100644
--- a/clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
+++ b/clang-tools-extra/test/clang-tidy/infrastructure/config-files.cpp
@@ -27,6 +27,6 @@
// CHECK-CHILD4-NEXT: value: '0'
// RUN: clang-tidy --explain-config %S/Inputs/config-files/4/44/- -- | FileCheck %s -check-prefix=CHECK-EXPLAIN
-// CHECK-EXPLAIN: 'llvm-qualified-auto' is enabled in the {{.*}}/Inputs/config-files/4/44/.clang-tidy.
-// CHECK-EXPLAIN: 'modernize-loop-convert' is enabled in the {{.*}}/Inputs/config-files/4/.clang-tidy.
-// CHECK-EXPLAIN: 'modernize-use-using' is enabled in the {{.*}}/Inputs/config-files/4/.clang-tidy.
+// CHECK-EXPLAIN: 'llvm-qualified-auto' is enabled in the {{.*}}{{[/\\]}}Inputs{{[/\\]}}config-files{{[/\\]}}4{{[/\\]}}44{{[/\\]}}.clang-tidy.
+// CHECK-EXPLAIN: 'modernize-loop-convert' is enabled in the {{.*}}{{[/\\]}}Inputs{{[/\\]}}config-files{{[/\\]}}4{{[/\\]}}.clang-tidy.
+// CHECK-EXPLAIN: 'modernize-use-using' is enabled in the {{.*}}{{[/\\]}}Inputs{{[/\\]}}config-files{{[/\\]}}4{{[/\\]}}.clang-tidy.
More information about the cfe-commits
mailing list