summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-12 16:43:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-12 16:43:27 (GMT)
commit61a4161de4075918c1ad5f225498171290454e5d (patch)
treefcfa0f0e69304f1f69882b039d979afe5745fd8f /Lib/test/test_ast.py
parent6645f7e59022c7a30ef396c3e1851f92b974afe8 (diff)
parentef87f067982dede91aca3d7954b992b860d8a254 (diff)
downloadcpython-61a4161de4075918c1ad5f225498171290454e5d.zip
cpython-61a4161de4075918c1ad5f225498171290454e5d.tar.gz
cpython-61a4161de4075918c1ad5f225498171290454e5d.tar.bz2
merge 3.2
Diffstat (limited to 'Lib/test/test_ast.py')
-rw-r--r--Lib/test/test_ast.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py
index e11246c..bac52be 100644
--- a/Lib/test/test_ast.py
+++ b/Lib/test/test_ast.py
@@ -200,9 +200,6 @@ class AST_Tests(unittest.TestCase):
with self.assertRaises(AttributeError):
x.vararg
- with self.assertRaises(AttributeError):
- ast.AST(lineno=2)
-
with self.assertRaises(TypeError):
# "_ast.AST constructor takes 0 positional arguments"
ast.AST(2)