about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-10 02:12:46 +0000
commitea00a29e69bcfbcaa82ac24adb9fdfefeb9cde4c (patch)
treed465723bea12530786cf9861bce473b3de52ad35
parent3e75c60006b42b2c4eff8c95f11c4289e8229bb1 (diff)
downloadsleepy_penguin-ea00a29e69bcfbcaa82ac24adb9fdfefeb9cde4c.tar.gz
-rw-r--r--test/test_eventfd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_eventfd.rb b/test/test_eventfd.rb
index f97bd0a..05b8d01 100644
--- a/test/test_eventfd.rb
+++ b/test/test_eventfd.rb
@@ -14,6 +14,7 @@ class TestEventFD < Test::Unit::TestCase
       assert_kind_of Integer, EventFD::CLOEXEC
     defined?(EventFD::SEMAPHORE) and
       assert_kind_of Integer, EventFD::SEMAPHORE
+    assert_equal 0xfffffffffffffffe, EventFD::MAX
   end
 
   def test_new