Merge "Revert "Temporarily disable FdsanTest.vfork.""

This commit is contained in:
Treehugger Robot 2020-05-18 21:22:38 +00:00 committed by Gerrit Code Review
commit 0b2dc97fa6

View file

@ -194,7 +194,7 @@ TEST_F(FdsanTest, unique_fd_unowned_close_after_move) {
#endif
}
TEST_F(FdsanTest, DISABLED_vfork) {
TEST_F(FdsanTest, vfork) {
android::base::unique_fd fd(open("/dev/null", O_RDONLY));
pid_t rc = vfork();