summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_global_variable4.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_global_variable4.py')
-rw-r--r--tests/functional/u/unused/unused_global_variable4.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/u/unused/unused_global_variable4.py b/tests/functional/u/unused/unused_global_variable4.py
new file mode 100644
index 000000000..aef49d68c
--- /dev/null
+++ b/tests/functional/u/unused/unused_global_variable4.py
@@ -0,0 +1,3 @@
+# pylint: disable=missing-docstring
+VAR = 'pylint' # [unused-variable]
+VAR = 'pylint2' # [unused-variable]