ruby-changes:69586
From: Yusuke <ko1@a...>
Date: Fri, 5 Nov 2021 00:54:19 +0900 (JST)
Subject: [ruby-changes:69586] 0c69f2401a (master): test/ruby/test_gc_compact.rb: Backpatch the URL to the PR
https://git.ruby-lang.org/ruby.git/commit/?id=0c69f2401a From 0c69f2401ac513c16adc9f98d53984ca05f2564d Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> 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 753c02db31f..c591b1d74e6 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -4,7 +4,7 @@ require 'fiddle' https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc_compact.rb#L4 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/