summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-01-20 18:20:56 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-01-20 18:20:56 +0100
commit8cd2d1a16dc743aebad1ea2ed2e645253fe3629b (patch)
treea789e2c9ff889d4fec71ddac4f8c611c5a879270
parentbf847d818995245105408153d27bbd49f7486b08 (diff)
downloadpylint-git-8cd2d1a16dc743aebad1ea2ed2e645253fe3629b.tar.gz
Remove extraneous comment?
-rw-r--r--pylint/test/unittest_checker_misc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/test/unittest_checker_misc.py b/pylint/test/unittest_checker_misc.py
index fd189fdef..3dce3d721 100644
--- a/pylint/test/unittest_checker_misc.py
+++ b/pylint/test/unittest_checker_misc.py
@@ -43,7 +43,6 @@ class TestFixme(CheckerTestCase):
self.checker.process_tokens(_tokenize_str(code))
def test_xxx_middle(self):
- # THIS TEST STARTED TO FAIL, WHY?
code = """a = 1
# midle XXX
"""