remove duplicated words

Signed-off-by: Li Peng <lip@dtdream.com>
This commit is contained in:
Li Peng
2016-04-27 16:41:27 +08:00
parent d225acc90b
commit 266a185a52
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());