Commit fa40ca81 authored by Gregory P. Smith's avatar Gregory P. Smith

issue27985 - fix the incorrect duplicate class name in the lib2to3

test.  call it TestVarAnnotations instead.
parent ae8b69c4
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment