summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/pselect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/pselect.cc')
-rw-r--r--test/syscalls/linux/pselect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/pselect.cc b/test/syscalls/linux/pselect.cc
index 4e43c4d7f..e490a987d 100644
--- a/test/syscalls/linux/pselect.cc
+++ b/test/syscalls/linux/pselect.cc
@@ -88,7 +88,7 @@ TEST_F(PselectTest, ZeroTimeout) {
// If random S/R interrupts the pselect, SIGALRM may be delivered before pselect
// restarts, causing the pselect to hang forever.
-TEST_F(PselectTest, NoTimeout_NoRandomSave) {
+TEST_F(PselectTest, NoTimeout) {
// When there's no timeout, pselect may never return so set a timer.
SetTimer(absl::Milliseconds(100));
// See that we get interrupted by the timer.