[specializer_test] Remove unused variable
This commit is contained in:
parent
7457f8ac52
commit
6f37252e85
@ -592,7 +592,6 @@ class CFFSpecializeProgramTest:
|
|||||||
operands = " ".join([blend_one] * 6)
|
operands = " ".join([blend_one] * 6)
|
||||||
operator = "rrcurveto"
|
operator = "rrcurveto"
|
||||||
charstr = " ".join([operands, operator] * numOps)
|
charstr = " ".join([operands, operator] * numOps)
|
||||||
expected = charstr
|
|
||||||
specialized = charstr_specialize(
|
specialized = charstr_specialize(
|
||||||
charstr,
|
charstr,
|
||||||
getNumRegions=getNumRegions,
|
getNumRegions=getNumRegions,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user