Skip to content

Commit ca871fc

Browse files
committed
[clang-tidy] Fix failing test after 17f0680
1 parent ab4a793 commit ca871fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/test/clang-tidy/infrastructure/diagnostic.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ auto S<>::foo(auto)
6868
{
6969
return 1;
7070
}
71-
// CHECK8: error: template parameter list matching the non-templated nested type 'S<>' should be empty ('template<>') [clang-diagnostic-error]
71+
// CHECK8: error: conflicting types for 'foo' [clang-diagnostic-error]
72+
// CHECK8: note: previous declaration is here
7273
#endif

0 commit comments

Comments
 (0)