Index: Tools/Scripts/webkitpy/style/checkers/python_unittest.py |
diff --git a/Tools/Scripts/webkitpy/style/checkers/python_unittest.py b/Tools/Scripts/webkitpy/style/checkers/python_unittest.py |
index 2555cb144db88cfcc162859ed33a13f831e4e14d..69ba1b1c69aba4cef9d41b69b21a3d30c02e42aa 100644 |
--- a/Tools/Scripts/webkitpy/style/checkers/python_unittest.py |
+++ b/Tools/Scripts/webkitpy/style/checkers/python_unittest.py |
@@ -59,6 +59,6 @@ class PythonCheckerTest(unittest.TestCase): |
self.assertEqual(errors, [ |
(4, "pep8/W291", 5, "trailing whitespace"), |
- (4, "pylint/E0602(undefined-variable)", 5, |
- "[] Undefined variable 'error'"), |
+ (4, "pylint/E1601(print-statement)", 5, "[] print statement used"), |
+ (4, "pylint/E0602(undefined-variable)", 5, "[] Undefined variable 'error'"), |
]) |