Prevent warnings: assigned but unused variable

This commit is contained in:
Yusuke Endoh 2023-08-09 15:34:45 +09:00
parent 1b0da1e623
commit 48c3b08672

View File

@ -2745,8 +2745,8 @@ CODE
rescue SyntaxError
end
}
call_line = lines.shift
raise_line = lines.shift
_call_line = lines.shift
_raise_line = lines.shift
assert_equal [], lines
end