summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-04 14:22:09 +0900
committerAaron Patterson <aaron.patterson@gmail.com>2021-11-04 08:54:05 -0700
commit0c69f2401ac513c16adc9f98d53984ca05f2564d (patch)
treeca88cd2d60c1f84014a1a14e8d19eaeba41449af /test
parent8821a0de0eb412dd61066ca6e5fea0eb331ae546 (diff)
test/ruby/test_gc_compact.rb: Backpatch the URL to the PR
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5077
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 1 insertions, 1 deletions
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