Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -378,6 +378,7 @@ class FatalFailureInFixtureConstructorTest : public testing::Test {
|
||||
<< "We should never get here, as the test fixture c'tor "
|
||||
<< "had a fatal failure.";
|
||||
}
|
||||
|
||||
private:
|
||||
void Init() {
|
||||
FAIL() << "Expected failure #1, in the test fixture c'tor.";
|
||||
|
||||
Reference in New Issue
Block a user