summaryrefslogtreecommitdiff
path: root/testsuite/W19.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W19.py')
-rw-r--r--testsuite/W19.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/W19.py b/testsuite/W19.py
index edbb1f0..afdfb76 100644
--- a/testsuite/W19.py
+++ b/testsuite/W19.py
@@ -86,7 +86,7 @@ if (a == 2 or
b == """abc def ghi
jkl mno"""):
return True
-#: E101 W191
+#: W191:2:1 W191:3:1 E101:3:2
if length > options.max_line_length:
return options.max_line_length, \
"E501 line too long (%d characters)" % length