From 0c69f2401ac513c16adc9f98d53984ca05f2564d Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Thu, 4 Nov 2021 14:22:09 +0900 Subject: test/ruby/test_gc_compact.rb: Backpatch the URL to the PR --- test/ruby/test_gc_compact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 753c02db31..c591b1d74e 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -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 -- cgit v1.2.1