summaryrefslogtreecommitdiff
path: root/pylint/test/functional/reused_outer_loop_variable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/reused_outer_loop_variable.txt')
-rw-r--r--pylint/test/functional/reused_outer_loop_variable.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint/test/functional/reused_outer_loop_variable.txt b/pylint/test/functional/reused_outer_loop_variable.txt
deleted file mode 100644
index 1252ac9d6..000000000
--- a/pylint/test/functional/reused_outer_loop_variable.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-redefined-outer-name:7::Redefining name 'i' from outer scope (line 6)
-redefined-outer-name:12::Redefining name 'i' from outer scope (line 11)
-redefined-outer-name:17::Redefining name 'i' from outer scope (line 16)
-redefined-outer-name:22::Redefining name 'a' from outer scope (line 21)