Prevent warnings: assigned but unused variable
This commit is contained in:
parent
1b0da1e623
commit
48c3b08672
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user