mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update test to handle x32 ABI compiled Ruby on Linux
Suggestion from Laurence Parry. Fixes [Bug #16030]
This commit is contained in:
parent
8c0629ba58
commit
ee821e9074
Notes:
git
2019-10-18 04:22:14 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue