Commit ee73a657 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge heads

parents 7c19affd fa40ca81
......@@ -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