Skip to content

Commit 52552b5

Browse files
committed
Remove unused variable warning
1 parent a12de81 commit 52552b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_variable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def test_genivar_cache
512512
instance.instance_variable_set(:@a3, 3)
513513
instance.instance_variable_set(:@a4, 4)
514514
end.resume
515-
assert_equal 4, instance.instance_variable_get(:@a4)
515+
assert_equal 4, instance.instance_variable_get(:@a4), bug21547
516516
end
517517

518518
private

0 commit comments

Comments
 (0)