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