about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-13 13:59:56 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-13 13:59:56 -0800
commit4e7fdc58a9ce5b3be5f4213ff4d2fbefac7b5cc5 (patch)
treee085a2dc672073d4e4558ea117b0563b6d8755b3
parentf8a85cee27e4344783d560810a1a51dd43d5a92d (diff)
downloadsleepy_penguin-4e7fdc58a9ce5b3be5f4213ff4d2fbefac7b5cc5.tar.gz
-rw-r--r--test/test_epoll.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_epoll.rb b/test/test_epoll.rb
index e7d0798..0386391 100644
--- a/test/test_epoll.rb
+++ b/test/test_epoll.rb
@@ -14,10 +14,6 @@ class TestEpoll < Test::Unit::TestCase
     @ep = Epoll.new
   end
 
-  def teardown
-    [ @rd, @wr, @ep ].each { |io| io.close unless io.closed? }
-  end
-
   def test_cross_thread
     tmp = []
     Thread.new { sleep 0.100; @ep.add(@wr, Epoll::OUT) }