diff options
author | Nick Kralevich <nnk@google.com> | 2013-05-01 15:05:01 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-05-01 15:05:01 -0700 |
commit | 277226bf43e01b25e9c573a37ee55ae052e85eb4 (patch) | |
tree | 271b1adf135ca8ccdb3f1d433172005790c76979 /tests/fortify2_test.cpp | |
parent | 8c00c91aa051f18e107466b5d8c9280a2e1fabc1 (diff) | |
download | android_bionic-277226bf43e01b25e9c573a37ee55ae052e85eb4.tar.gz android_bionic-277226bf43e01b25e9c573a37ee55ae052e85eb4.tar.bz2 android_bionic-277226bf43e01b25e9c573a37ee55ae052e85eb4.zip |
keep test names consistent with other tests.
Change-Id: I23dc4d963af40406b270af83cd17f6c8c95f1de3
Diffstat (limited to 'tests/fortify2_test.cpp')
-rw-r--r-- | tests/fortify2_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |