tests/filterpyflakes.py
changeset 19381 e033a7d444ac
parent 19335 77440de177f7
child 19872 681f7b9213a4
--- a/tests/filterpyflakes.py	Mon Jul 01 06:50:58 2013 +0200
+++ b/tests/filterpyflakes.py	Mon Jul 01 06:50:58 2013 +0200
@@ -42,7 +42,7 @@
     f = open(os.path.join(os.path.dirname(os.path.dirname(__file__)), fn))
     data = f.read()
     f.close()
-    if 'no-check-code' in data:
+    if 'no-' 'check-code' in data:
         continue
     lines.append((msgtype, line))