Skip to content

Commit ba27705

Browse files
committed
fix test
1 parent d8209fc commit ba27705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-wrong-config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: "misc-const-correctness.AnalyzePointers": false\
66
// RUN: }}' -- -fno-delayed-template-parsing
77

8-
// CHECK-MESSAGES: warning: The check 'misc-const-correctness' will not perform any analysis because both 'AnalyzeValues', 'AnalyzeReferences' and 'AnalyzePointers' are false. [clang-tidy-config]
8+
// CHECK-MESSAGES: warning: The check 'misc-const-correctness' will not perform any analysis because 'AnalyzeValues', 'AnalyzeReferences' and 'AnalyzePointers' are false. [clang-tidy-config]
99

1010
void g() {
1111
int p_local0 = 42;

0 commit comments

Comments
 (0)