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

Commit b2e2e2e5 authored by Tianyu Jiang's avatar Tianyu Jiang
Browse files

Remove outdated comment

Bug: 5856474 is already fixed. Removing reference to it.
Test: None
Change-Id: I4195677c33dc5bb20e1feda637cb969a35ff6698
parent 7ab76b1c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -189,8 +189,6 @@ TEST_F(BufferHubBufferTest, ImportNullToken) {
    EXPECT_THAT(b1, IsNull());
}

// TODO(b/118180214): remove the comment after ag/5856474 landed
// This test has a very little chance to fail (number of existing tokens / 2 ^ 32)
TEST_F(BufferHubBufferTest, ImportInvalidToken) {
    native_handle_t* token = native_handle_create(/*numFds=*/0, /*numInts=*/1);
    token->data[0] = 0;