Convert outdated TODO to NOTE.

PiperOrigin-RevId: 231263193
Change-Id: Ib732c9639462f7994d473050495d88c2855434af
This commit is contained in:
Zhaozhong Ni
2019-01-28 11:59:43 -08:00
committed by Shentubot
parent 52b3cd873d
commit 196e9f9d82
+1 -1
View File
@@ -232,7 +232,7 @@ TEST_F(SigProcMaskTest, SignalHandler) {
EXPECT_THAT(raw_sigprocmask(SIG_UNBLOCK, &mask, nullptr), SyscallSucceeds());
// Check that the unblocked kTestSignal1 has been delivered.
// TODO: gvisor currently drops masked signals on the floor.
// Note: gvisor currently drops masked signals on the floor.
if (!IsRunningOnGvisor()) {
EXPECT_EQ(2, signal_count[kTestSignal1]);
}