Skip to content

Commit 216c2e8

Browse files
committed
c23 -> c23-or-later
1 parent 20eb165 commit 216c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/bugprone/easily-swappable-parameters.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: bugprone-easily-swappable-parameters.NamePrefixSuffixSilenceDissimilarityTreshold: 0 \
1010
// RUN: }}' -- -Wno-strict-prototypes
1111
//
12-
// RUN: %check_clang_tidy -std=c23 %s bugprone-easily-swappable-parameters %t \
12+
// RUN: %check_clang_tidy -std=c23-or-later %s bugprone-easily-swappable-parameters %t \
1313
// RUN: -config='{CheckOptions: { \
1414
// RUN: bugprone-easily-swappable-parameters.MinimumLength: 2, \
1515
// RUN: bugprone-easily-swappable-parameters.IgnoredParameterNames: "", \

0 commit comments

Comments
 (0)