more comments changes

This commit is contained in:
Gennadiy Civil
2018-08-14 16:05:55 -04:00
parent bbf738a2c1
commit f0e4c411ca
3 changed files with 3 additions and 5 deletions

View File

@@ -782,7 +782,7 @@ void Mock::RegisterUseByOnCallOrExpectCall(const void* mock_obj,
const TestInfo* const test_info =
UnitTest::GetInstance()->current_test_info();
if (test_info != NULL) {
// TODO(wan@google.com): record the test case name when the
// FIXME: record the test case name when the
// ON_CALL or EXPECT_CALL is invoked from SetUpTestCase() or
// TearDownTestCase().
state.first_used_test_case = test_info->test_case_name();