Merge "keep test names consistent with other tests."
diff --git a/tests/fortify2_test.cpp b/tests/fortify2_test.cpp
index 2e905c5..09c094c 100644
--- a/tests/fortify2_test.cpp
+++ b/tests/fortify2_test.cpp
@@ -45,7 +45,7 @@
 }
 
 #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);