summaryrefslogtreecommitdiff
path: root/pylint/test/functional/undefined_loop_variable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/undefined_loop_variable.txt')
-rw-r--r--pylint/test/functional/undefined_loop_variable.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/test/functional/undefined_loop_variable.txt b/pylint/test/functional/undefined_loop_variable.txt
index 33022d454..64cf6388b 100644
--- a/pylint/test/functional/undefined_loop_variable.txt
+++ b/pylint/test/functional/undefined_loop_variable.txt
@@ -1,2 +1,3 @@
undefined-loop-variable:6:do_stuff:Using possibly undefined loop variable 'var'
-undefined-loop-variable:25::Using possibly undefined loop variable 'var1' \ No newline at end of file
+undefined-loop-variable:25::Using possibly undefined loop variable 'var1'
+undefined-loop-variable:75:do_stuff_with_redefined_range:Using possibly undefined loop variable 'var'