issue27985 - fix the incorrect duplicate class name in the lib2to3

test.  call it TestVarAnnotations instead.
This commit is contained in:
Gregory P. Smith 2016-09-09 14:48:08 -07:00
parent ae8b69c410
commit fa40ca811f

View file

@ -256,7 +256,7 @@ class TestFunctionAnnotations(GrammarTest):
# Adapted from Python 3's Lib/test/test_grammar.py:GrammarTests.test_var_annot
class TestFunctionAnnotations(GrammarTest):
class TestVarAnnotations(GrammarTest):
def test_1(self):
self.validate("var1: int = 5")