Index: base/test/launcher/test_results_tracker.cc |
diff --git a/base/test/launcher/test_results_tracker.cc b/base/test/launcher/test_results_tracker.cc |
index 9841e5c9f06569bfc497028ca2684d215277d0d1..f88a74045b8d71fbd0db8283d840d305cec2197f 100644 |
--- a/base/test/launcher/test_results_tracker.cc |
+++ b/base/test/launcher/test_results_tracker.cc |
@@ -229,7 +229,7 @@ void TestResultsTracker::PrintSummaryOfAllIterations() const { |
} |
} |
- fprintf(stdout, "Summary of all itest iterations:\n"); |
+ fprintf(stdout, "Summary of all test iterations:\n"); |
fflush(stdout); |
PrintTests(tests_by_status[TestResult::TEST_FAILURE].begin(), |