Revert "Temporarily disable FdsanTest.vfork."
This reverts commit b4cbff351f
.
Bug: http://b/156400255
Test: none
Change-Id: I3a936542ccff8989b4671f3e03dd9d1d5559d6ff
This commit is contained in:
parent
57a1c3908f
commit
54e502e66a
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue