summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_time.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_time.rb b/test/ruby/test_time.rb
index d084044173..35e3172fb1 100644
--- a/test/ruby/test_time.rb
+++ b/test/ruby/test_time.rb
@@ -1250,6 +1250,7 @@ class TestTime < Test::Unit::TestCase
size = GC::INTERNAL_CONSTANTS[:RVALUE_SIZE]
case size
when 20 then expect = 50
+ when 24 then expect = 54
when 40 then expect = 86
when 48 then expect = 94
else