Skip to content

Commit

Permalink
Prevent warnings: assigned but unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Aug 9, 2023
1 parent 1b0da1e commit 48c3b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ruby/test_settracefunc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2745,8 +2745,8 @@ def test_tp_rescue
rescue SyntaxError
end
}
call_line = lines.shift
raise_line = lines.shift
_call_line = lines.shift
_raise_line = lines.shift
assert_equal [], lines
end

Expand Down

0 comments on commit 48c3b08

Please sign in to comment.