Skip to content

Commit b0b3320

Browse files
authored
[clang-tidy][NFC] Remove stale comment in test (#162857)
Commit cb18647 removed the `| count 0` in this file but left behind this stale comment.
1 parent 5d1636d commit b0b3320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-constant-array-index-c++03.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %check_clang_tidy -std=c++98-or-later %s cppcoreguidelines-pro-bounds-constant-array-index %t
22

3-
// Note: this test expects no diagnostics, but FileCheck cannot handle that,
4-
// hence the use of | count 0.
53
template <int index> struct B {
64
int get() {
75
// The next line used to crash the check (in C++03 mode only).

0 commit comments

Comments
 (0)