summaryrefslogtreecommitdiff
path: root/tests/messages
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-07 22:11:46 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-07 22:59:36 +0100
commit48d366855759b612cc883409997ba161afe09095 (patch)
treecf9065317cc2ac96061c84c588cb0e8e5fb6242e /tests/messages
parentbf8394082f610fa0de6dd6d1d46c9233cf3b65af (diff)
downloadpylint-git-48d366855759b612cc883409997ba161afe09095.tar.gz
Migrate nameerror_on_string_substitution to new functional tests
Diffstat (limited to 'tests/messages')
-rw-r--r--tests/messages/func_nameerror_on_string_substitution.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/messages/func_nameerror_on_string_substitution.txt b/tests/messages/func_nameerror_on_string_substitution.txt
deleted file mode 100644
index aab21024b..000000000
--- a/tests/messages/func_nameerror_on_string_substitution.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-E: 5: Using variable 'MSG' before assignment
-E: 8: Using variable 'MSG2' before assignment