summaryrefslogtreecommitdiff
path: root/pylint/test/functional/useless_else_on_loop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/useless_else_on_loop.txt')
-rw-r--r--pylint/test/functional/useless_else_on_loop.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/functional/useless_else_on_loop.txt b/pylint/test/functional/useless_else_on_loop.txt
index efa1161ab..0d561011f 100644
--- a/pylint/test/functional/useless_else_on_loop.txt
+++ b/pylint/test/functional/useless_else_on_loop.txt
@@ -3,4 +3,4 @@ useless-else-on-loop:18:test_return_while:Else clause on loop without a break st
useless-else-on-loop:28::Else clause on loop without a break statement
useless-else-on-loop:35::Else clause on loop without a break statement
useless-else-on-loop:40::Else clause on loop without a break statement
-useless-else-on-loop:87:test_break_in_orelse_deep2:Else clause on loop without a break statement
+useless-else-on-loop:88:test_break_in_orelse_deep2:Else clause on loop without a break statement