summaryrefslogtreecommitdiff
path: root/pylint/test/functional/exec_used_py2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/exec_used_py2.txt')
-rw-r--r--pylint/test/functional/exec_used_py2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylint/test/functional/exec_used_py2.txt b/pylint/test/functional/exec_used_py2.txt
new file mode 100644
index 0000000..6b0e7d1
--- /dev/null
+++ b/pylint/test/functional/exec_used_py2.txt
@@ -0,0 +1,4 @@
+exec-used:3::Use of exec
+exec-used:5::Use of exec
+exec-used:7::Use of exec
+exec-used:10:func:Use of exec \ No newline at end of file