Point TODO to gvisor.dev

PiperOrigin-RevId: 283657725
This commit is contained in:
Fabricio Voznika
2019-12-03 17:33:50 -08:00
committed by gVisor bot
parent cf7f27c167
commit bb641c5403
+1 -1
View File
@@ -129,7 +129,7 @@ TEST_F(AIOTest, BasicWrite) {
// aio implementation uses aio_ring. gVisor doesn't and returns all zeroes.
// Linux implements aio_ring, so skip the zeroes check.
//
// TODO(b/65486370): Remove when gVisor implements aio_ring.
// TODO(gvisor.dev/issue/204): Remove when gVisor implements aio_ring.
auto ring = reinterpret_cast<struct aio_ring*>(ctx_);
auto magic = IsRunningOnGvisor() ? 0 : AIO_RING_MAGIC;
EXPECT_EQ(ring->magic, magic);