mirror of
https://github.com/python/cpython.git
synced 2025-10-10 17:02:46 +00:00
Merge heads
This commit is contained in:
commit
ee73a65745
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class TestFunctionAnnotations(GrammarTest):
|
||||||
|
|
||||||
|
|
||||||
# Adapted from Python 3's Lib/test/test_grammar.py:GrammarTests.test_var_annot
|
# Adapted from Python 3's Lib/test/test_grammar.py:GrammarTests.test_var_annot
|
||||||
class TestFunctionAnnotations(GrammarTest):
|
class TestVarAnnotations(GrammarTest):
|
||||||
def test_1(self):
|
def test_1(self):
|
||||||
self.validate("var1: int = 5")
|
self.validate("var1: int = 5")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue