Skip to content

Commit

Permalink
Update test to handle x32 ABI compiled Ruby on Linux
Browse files Browse the repository at this point in the history
Suggestion from Laurence Parry.

Fixes [Bug #16030]
  • Loading branch information
jeremyevans committed Oct 17, 2019
1 parent 8c0629b commit ee821e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/test_time.rb
Expand Up @@ -1250,6 +1250,7 @@ def test_memsize
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
Expand Down

0 comments on commit ee821e9

Please sign in to comment.