summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-01-14 19:49:37 +0200
committercpopa <devnull@localhost>2014-01-14 19:49:37 +0200
commit8df0b7bd2a484f4dd211c71481e8e0c38d69ed5b (patch)
tree1d0e0ce3430e63cf834c9b66f7f2c20c28fcfbb6
parenta52b89b97bd15a696e6eb00d44358ed404c352f7 (diff)
downloadpylint-8df0b7bd2a484f4dd211c71481e8e0c38d69ed5b.tar.gz
Remove obsolete test case (syntax error when using nonlocal without external binding).
-rw-r--r--test/messages/func_used_before_assignment_py30.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/messages/func_used_before_assignment_py30.txt b/test/messages/func_used_before_assignment_py30.txt
index f731b3c..21ee940 100644
--- a/test/messages/func_used_before_assignment_py30.txt
+++ b/test/messages/func_used_before_assignment_py30.txt
@@ -1,2 +1 @@
-E: 18:test_fail.wrap: Using variable 'cnt' before assignment
-E: 26:test2_fail.wrap: Using variable 'cnt' before assignment \ No newline at end of file
+E: 18:test_fail.wrap: Using variable 'cnt' before assignment \ No newline at end of file