Home
last modified time | relevance | path

Searched refs:first_test_name (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2307 const char* const first_test_name = first_test_info->name(); in HasSameFixtureClass() local
2328 first_is_TEST ? first_test_name : this_test_name; in HasSameFixtureClass()
2330 first_is_TEST ? this_test_name : first_test_name; in HasSameFixtureClass()
2348 << "you defined test " << first_test_name << " and test " in HasSameFixtureClass()