Skip to content

Commit 526045c

Browse files
committed
Remove unused variable warning
1 parent 519a4bd commit 526045c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_thread.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ def frame_for_deadlock_test_2
15951595
# [Bug #21342]
15961596
def test_unlock_locked_mutex_with_collected_fiber
15971597
bug21127 = '[ruby-core:120930] [Bug #21127]'
1598-
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}")
1598+
assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127)
15991599
begin;
16001600
5.times do
16011601
m = Mutex.new

0 commit comments

Comments
 (0)