diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-19 11:46:46 +0100 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-03-19 11:46:46 +0100 |
| commit | a1e0abc6d9d7b9c2929774ae00d6c79de60d5289 (patch) | |
| tree | 1768bc4799a300aba2b4c582a4a07e764a222122 /test | |
| parent | 92b7e5176d7b49fadfa5cec99c98a4f8c28e45b6 (diff) | |
| download | astroid-git-a1e0abc6d9d7b9c2929774ae00d6c79de60d5289.tar.gz | |
cleanup
--HG--
branch : _ast_compat
Diffstat (limited to 'test')
| -rw-r--r-- | test/unittest_nodes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unittest_nodes.py b/test/unittest_nodes.py index 90582c9d..641fb43e 100644 --- a/test/unittest_nodes.py +++ b/test/unittest_nodes.py @@ -221,7 +221,6 @@ class SliceNodeTC(testlib.TestCase): class EllipsisNodeTC(testlib.TestCase): def test(self): ast = abuilder.string_build('a[...]') - nodes.repr_tree(ast) self.assertEquals(ast.as_string(), 'a[...]') if __name__ == '__main__': |
