Index: cc/test/ordered_simple_task_runner_unittest.cc |
diff --git a/cc/test/ordered_simple_task_runner_unittest.cc b/cc/test/ordered_simple_task_runner_unittest.cc |
index 3ab7ba660536e5f90f8a9e135bcdc87bd4529137..df6975bde75a36c61dc50b3aa21350877a0df614 100644 |
--- a/cc/test/ordered_simple_task_runner_unittest.cc |
+++ b/cc/test/ordered_simple_task_runner_unittest.cc |
@@ -15,7 +15,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
// We pass EXPECT_TRUE / EXPECT_FALSE macros rather than a boolean as on some |
-// compilers EXPECT_EQ(false, XXXX) fails to compile as gtest tries to convert |
+// compilers EXPECT_EQ(false, XXXX) fails to compile as gtest tries to convert |
// the false value to null causing a -Werror=conversion-null error. |
#define RUN_AND_CHECK_RESULT( \ |
tasks_remain_expect_macro, run_func, expected_result) \ |