keep test names consistent with other tests.

Change-Id: I23dc4d963af40406b270af83cd17f6c8c95f1de3
This commit is contained in:
Nick Kralevich 2013-05-01 15:05:01 -07:00
parent 8c00c91aa0
commit 277226bf43

View File

@ -45,7 +45,7 @@ TEST(Fortify2_DeathTest, sprintf_fortified2) {
}
#if __BIONIC__
TEST(Fortify2_DeathTest, strrchr2) {
TEST(Fortify2_DeathTest, strrchr_fortified2) {
::testing::FLAGS_gtest_death_test_style = "threadsafe";
foo myfoo;
memcpy(myfoo.a, "0123456789", 10);