about summary refs log tree commit homepage
path: root/test/test_epoll_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_epoll_io.rb')
-rw-r--r--test/test_epoll_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_epoll_io.rb b/test/test_epoll_io.rb
index 56a3808..5452de1 100644
--- a/test/test_epoll_io.rb
+++ b/test/test_epoll_io.rb
@@ -23,7 +23,7 @@ class TestEpollIO < Testcase
 
   class EpSub < Epoll::IO
     def self.new
-      super(SleepyPenguin::Epoll::CLOEXEC)
+      super(:CLOEXEC)
     end
   end