am 65fe3ea7: am 5e3b502b: Merge "keep test names consistent with other tests."

* commit '65fe3ea708bf16ebaa354080b90b6e6c83a24e70':
  keep test names consistent with other tests.
This commit is contained in:
Nick Kralevich 2013-05-01 15:11:32 -07:00 committed by Android Git Automerger
commit 240bc95be1

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);