]> granicus.if.org Git - python/commit
bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Oct 2017 22:08:03 +0000 (15:08 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Oct 2017 22:08:03 +0000 (01:08 +0300)
commitd7604f5d0621c23d037455acd682d0d489455d54
treee9e2ff6d10a9aa49729f66cc528175baeb388934
parenta5f9d24c171c7e3a3715161fd16b747c7dcaf76f
bpo-31847: Fix commented out tests in test_syntax. (GH-4084) (#4095)

SyntaxError now is raised instead of SyntaxWarning.
(cherry picked from commit 3b66ebe7727dba68c2c6ccf0cd85a4c31255b9b4)
Lib/test/test_syntax.py