commit | 277226bf43e01b25e9c573a37ee55ae052e85eb4 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed May 01 15:05:01 2013 -0700 |
committer | Nick Kralevich <nnk@google.com> | Wed May 01 15:05:01 2013 -0700 |
tree | 271b1adf135ca8ccdb3f1d433172005790c76979 | |
parent | 8c00c91aa051f18e107466b5d8c9280a2e1fabc1 [diff] [blame] |
keep test names consistent with other tests. Change-Id: I23dc4d963af40406b270af83cd17f6c8c95f1de3
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);