summaryrefslogtreecommitdiff
path: root/pylint/test/functional/exec_used_py3.txt
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-01 11:13:50 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-01 11:13:50 +0300
commit4b338683b504b1e4a185c09b191512e79757d46e (patch)
tree88c5f1c0cbb66a78c9cbb13b61740384bc556cc0 /pylint/test/functional/exec_used_py3.txt
parent6354d5ab66c119ed05ec3faa71c27a520b862e3d (diff)
downloadpylint-4b338683b504b1e4a185c09b191512e79757d46e.tar.gz
Port more old style tests to new style tests.
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