Skip to content

Commit eafc7ee

Browse files
committed
fix test
1 parent 8bb6738 commit eafc7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CXX/drs/cwg30xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void f(
1313
int _, // #cwg3005-first-param
1414
int _)
1515
// expected-error@-1 {{redefinition of parameter '_'}}
16-
// expected-note@#cwg3005-first-param {{previous declaration is here}}
16+
// expected-note@#cwg3005-first-param {{previous definition is here}}
1717
{
1818
int _;
1919
// expected-error@-1 {{redefinition of '_'}}

0 commit comments

Comments
 (0)