diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-09 21:55:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-09 21:55:01 (GMT) |
commit | ee73a657455a908102379d3c9bc254676418e10c (patch) | |
tree | 104957a9fc66ae15f344d7410a191e3e82e78880 /Lib | |
parent | 7c19affdceb6796322fb5046e3b231ddd8baa404 (diff) | |
parent | fa40ca811fbaa0a4fae4445efb43c62e07718292 (diff) | |
download | cpython-ee73a657455a908102379d3c9bc254676418e10c.zip cpython-ee73a657455a908102379d3c9bc254676418e10c.tar.gz cpython-ee73a657455a908102379d3c9bc254676418e10c.tar.bz2 |
Merge heads
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/lib2to3/tests/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/tests/test_parser.py b/Lib/lib2to3/tests/test_parser.py index 7613f53..50e78a0 100644 --- a/Lib/lib2to3/tests/test_parser.py +++ b/Lib/lib2to3/tests/test_parser.py @@ -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") |