Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed57f926 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by android-build-merger
Browse files

libsync: tests: redefine PollOnDestroyedTimeline() am: 801492b8 am: 7b982408 am: 6a33f58a

am: 34a97642

Change-Id: I0e4de28d8204c842bc2079bca1a0588842bf78fb
parents 69f9c389 34a97642
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -364,8 +364,7 @@ TEST(FenceTest, PollOnDestroyedTimeline) {
            struct pollfd fds;
            fds.fd = fenceKill.getFd();
            fds.events = POLLIN | POLLERR;
            ASSERT_EQ(poll(&fds, 1, -1), 1);
            ASSERT_TRUE(fds.revents & POLLERR);
            ASSERT_EQ(poll(&fds, 1, 0), 0);
        }
    };