summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-04-22 23:27:05 +0300
committercpopa <devnull@localhost>2014-04-22 23:27:05 +0300
commit5d0874d07d58716158efae4bead9cbe18bd15c9c (patch)
tree763732bb41881497aa4a96b617e268445a90e9bc
parent1ba4e5bf3fdc312c06432c4e08e38fba7243565c (diff)
downloadpylint-5d0874d07d58716158efae4bead9cbe18bd15c9c.tar.gz
Fix the test file.
-rw-r--r--test/messages/func_indexing_exceptions_py_30.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/messages/func_indexing_exceptions_py_30.txt b/test/messages/func_indexing_exceptions_py_30.txt
index 1ec5412..9c86ba5 100644
--- a/test/messages/func_indexing_exceptions_py_30.txt
+++ b/test/messages/func_indexing_exceptions_py_30.txt
@@ -1,4 +1,3 @@
+W: 12: Indexing exceptions will not work on Python 3
W: 13: Indexing exceptions will not work on Python 3
-W: 14: Indexing exceptions will not work on Python 3
-W: 16: Indexing exceptions will not work on Python 3
-W: 17: Indexing exceptions will not work on Python 3 \ No newline at end of file
+W: 15: Indexing exceptions will not work on Python 3 \ No newline at end of file