Skip to content

Commit 6200574

Browse files
committed
Fix bug reference number and tracker ID to match Bug #21342
1 parent bbe94d9 commit 6200574

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/ruby/test_thread.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,10 +1592,9 @@ def frame_for_deadlock_test_2
15921592
INPUT
15931593
end
15941594

1595-
# [Bug #21342]
15961595
def test_unlock_locked_mutex_with_collected_fiber
1597-
bug21127 = '[ruby-core:120930] [Bug #21127]'
1598-
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127)
1596+
bug21342 = '[ruby-core:122121] [Bug #21342]'
1597+
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21342)
15991598
begin;
16001599
5.times do
16011600
m = Mutex.new

0 commit comments

Comments
 (0)