From 3c970eed3d25ef832292e524b6f8170aab950a39 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw <robertwb@gmail.com> Date: Tue, 15 Aug 2017 12:45:55 -0700 Subject: [PATCH] Remove unneeded comment. --- Cython/Compiler/Tests/TestParseTreeTransforms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Tests/TestParseTreeTransforms.py b/Cython/Compiler/Tests/TestParseTreeTransforms.py index 8dacfb790..91e0e2f1d 100644 --- a/Cython/Compiler/Tests/TestParseTreeTransforms.py +++ b/Cython/Compiler/Tests/TestParseTreeTransforms.py @@ -223,7 +223,6 @@ class TestDebugTransform(DebuggerTestCase): # the xpath of the standard ElementTree is primitive, don't use # anything fancy L = list(t.find('/Module/Globals')) - # assertTrue is retarded, use the normal assert statement assert L xml_globals = dict((e.attrib['name'], e.attrib['type']) for e in L) self.assertEqual(len(L), len(xml_globals)) -- 2.30.9