Prevent warnings: assigned but unused variable
This commit is contained in:
parent
1b0da1e623
commit
48c3b08672
@ -2745,8 +2745,8 @@ CODE
|
|||||||
rescue SyntaxError
|
rescue SyntaxError
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
call_line = lines.shift
|
_call_line = lines.shift
|
||||||
raise_line = lines.shift
|
_raise_line = lines.shift
|
||||||
assert_equal [], lines
|
assert_equal [], lines
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user