mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Remove unused variable warning
This commit is contained in:
parent
00fdcb3ecd
commit
f5ae56c8a2
Notes:
git
2026-01-23 04:44:31 +00:00
@ -1595,7 +1595,7 @@ q.pop
|
||||
# [Bug #21342]
|
||||
def test_unlock_locked_mutex_with_collected_fiber
|
||||
bug21127 = '[ruby-core:120930] [Bug #21127]'
|
||||
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}")
|
||||
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127)
|
||||
begin;
|
||||
5.times do
|
||||
m = Mutex.new
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user