From 277226bf43e01b25e9c573a37ee55ae052e85eb4 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Wed, 1 May 2013 15:05:01 -0700 Subject: [PATCH] keep test names consistent with other tests. Change-Id: I23dc4d963af40406b270af83cd17f6c8c95f1de3 --- tests/fortify2_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fortify2_test.cpp b/tests/fortify2_test.cpp index 2e905c5a1..09c094c20 100644 --- a/tests/fortify2_test.cpp +++ b/tests/fortify2_test.cpp @@ -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);