diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp b/clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp index 11ce59f..fdcb811 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner-wrong-config.cpp @@ -7,4 +7,4 @@ // CHECK-MESSAGES: warning: The check 'misc-include-cleaner' will not perform any analysis because 'UnusedIncludes' and 'MissingIncludes' are both false. [clang-tidy-config] #include "bar.h" -// CHECK-FIXES-NOT: {{^}}#include "baz.h"{{$}} +// CHECK-FIXES-NOT: #include "baz.h" |