mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge 50d8a7b7fb421dcc7a7bbe4ddf581ca6a577a47b into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
a2ed08e021
@ -2627,7 +2627,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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user