Merge "keep test names consistent with other tests."
This commit is contained in:
commit
5e3b502b6b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ TEST(Fortify2_DeathTest, sprintf_fortified2) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if __BIONIC__
|
#if __BIONIC__
|
||||||
TEST(Fortify2_DeathTest, strrchr2) {
|
TEST(Fortify2_DeathTest, strrchr_fortified2) {
|
||||||
::testing::FLAGS_gtest_death_test_style = "threadsafe";
|
::testing::FLAGS_gtest_death_test_style = "threadsafe";
|
||||||
foo myfoo;
|
foo myfoo;
|
||||||
memcpy(myfoo.a, "0123456789", 10);
|
memcpy(myfoo.a, "0123456789", 10);
|
||||||
|
|
Loading…
Reference in a new issue