Skip to content

Commit e897eb7

Browse files
committed
Test C++03
1 parent e6944fa commit e897eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename-cxx98.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy -std=c++98 %s readability-redundant-typename %t \
1+
// RUN: %check_clang_tidy -std=c++98,c++03 %s readability-redundant-typename %t \
22
// RUN: -- -- -fno-delayed-template-parsing
33

44
struct NotDependent {

0 commit comments

Comments
 (0)