From 6200574d4af133fa1e2a000bcf21e1133e93a556 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 3 Apr 2026 09:26:20 +0900 Subject: Fix bug reference number and tracker ID to match Bug #21342 --- test/ruby/test_thread.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index fb5a4aa528..c3d9dcf56d 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1592,10 +1592,9 @@ q.pop INPUT end - # [Bug #21342] def test_unlock_locked_mutex_with_collected_fiber - bug21127 = '[ruby-core:120930] [Bug #21127]' - assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127) + bug21342 = '[ruby-core:122121] [Bug #21342]' + assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21342) begin; 5.times do m = Mutex.new -- cgit v1.2.3