Merge pull request #764 from flyd1005/wip-fix-typo

remove duplicated words
This commit is contained in:
Gennadiy Civil
2017-08-02 17:04:33 -04:00
committed by GitHub
12 changed files with 12 additions and 12 deletions

View File

@@ -1388,7 +1388,7 @@ class TestResultTest : public Test {
delete r2;
}
// Helper that compares two two TestPartResults.
// Helper that compares two TestPartResults.
static void CompareTestPartResult(const TestPartResult& expected,
const TestPartResult& actual) {
EXPECT_EQ(expected.type(), actual.type());