summaryrefslogtreecommitdiff
path: root/pylint/test/messages/func_w0152_py30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/messages/func_w0152_py30.txt')
-rw-r--r--pylint/test/messages/func_w0152_py30.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylint/test/messages/func_w0152_py30.txt b/pylint/test/messages/func_w0152_py30.txt
new file mode 100644
index 0000000..4bec00a
--- /dev/null
+++ b/pylint/test/messages/func_w0152_py30.txt
@@ -0,0 +1,4 @@
+E: 5: Undefined variable 'reduce'
+W: 5: Used * or ** magic
+W: 14: Used * or ** magic
+