test/ruby/test_gc_compact.rb: Backpatch the URL to the PR

This commit is contained in:
Yusuke Endoh 2021-11-04 14:22:09 +09:00 committed by Aaron Patterson
parent 8821a0de0e
commit 0c69f2401a
Notes: git 2021-11-05 00:54:31 +09:00

View File

@ -4,7 +4,7 @@ require 'fiddle'
require 'etc'
if RUBY_PLATFORM =~ /s390x/
puts "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/XXXX"
puts "Currently, it is known that the compaction does not work well on s390x; contribution is welcome https://github.com/ruby/ruby/pull/5077"
return
end