summaryrefslogtreecommitdiff
path: root/tests/functional/u/used/used_before_assignment_ternary.txt
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-29 14:32:50 -0400
committerGitHub <noreply@github.com>2023-04-29 20:32:50 +0200
commit1cbc3d818b2b279747ef8d4222262fea4b21cccb (patch)
tree44d31a92a68c3933b87f888192371961d0d5e836 /tests/functional/u/used/used_before_assignment_ternary.txt
parent87a4d672a8661aa61d5717fd902315d9563e33b6 (diff)
downloadpylint-git-1cbc3d818b2b279747ef8d4222262fea4b21cccb.tar.gz
Fix false negative for calling module-level function before definition (#8494)
Diffstat (limited to 'tests/functional/u/used/used_before_assignment_ternary.txt')
-rw-r--r--tests/functional/u/used/used_before_assignment_ternary.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/u/used/used_before_assignment_ternary.txt b/tests/functional/u/used/used_before_assignment_ternary.txt
index d991970e4..bcb21df1c 100644
--- a/tests/functional/u/used/used_before_assignment_ternary.txt
+++ b/tests/functional/u/used/used_before_assignment_ternary.txt
@@ -1,3 +1,3 @@
-used-before-assignment:6:14:6:15:invalid:Using variable 'a' before assignment:HIGH
-used-before-assignment:8:14:8:15:invalid:Using variable 'b' before assignment:HIGH
-used-before-assignment:9:10:9:11:invalid:Using variable 'c' before assignment:HIGH
+used-before-assignment:6:14:6:15:invalid:Using variable 'a' before assignment:HIGH
+used-before-assignment:8:14:8:15:invalid:Using variable 'b' before assignment:HIGH
+used-before-assignment:9:10:9:11:invalid:Using variable 'c' before assignment:HIGH