Improves conformance to the Google C++ Style Guide (by Greg Miller).
This commit is contained in:
@@ -81,7 +81,7 @@ TEST(FactorialTest, Negative) {
|
||||
// test case.
|
||||
EXPECT_EQ(1, Factorial(-5));
|
||||
EXPECT_EQ(1, Factorial(-1));
|
||||
EXPECT_TRUE(Factorial(-10) > 0);
|
||||
EXPECT_GT(Factorial(-10), 0);
|
||||
|
||||
// <TechnicalDetails>
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user