Revert "Temporarily disable FdsanTest.vfork."

This reverts commit b4cbff351f.

Bug: http://b/156400255
Test: none
Change-Id: I3a936542ccff8989b4671f3e03dd9d1d5559d6ff
This commit is contained in:
Josh Gao 2020-05-18 12:59:27 -07:00
parent 57a1c3908f
commit 54e502e66a

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();