Merge 50d8a7b7fb421dcc7a7bbe4ddf581ca6a577a47b into 1b96fa13f549387b7549cc89e1a785cf143a1a50

This commit is contained in:
Mathias Stearn 2025-11-12 14:15:49 -05:00 committed by GitHub
commit db58b3d473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2600,7 +2600,7 @@ bool Test::HasSameFixtureClass() {
<< "test " << TEST_F_name << " is defined using TEST_F but\n"
<< "test " << TEST_name << " is defined using TEST. You probably\n"
<< "want to change the TEST to TEST_F or move it to another test\n"
<< "case.";
<< "suite.";
} else {
// Two fixture classes with the same name appear in two different
// namespaces, which is not allowed. Tell the user how to fix this.