summaryrefslogtreecommitdiff
path: root/test/input/func_w0151.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_w0151.py')
-rw-r--r--test/input/func_w0151.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/input/func_w0151.py b/test/input/func_w0151.py
new file mode 100644
index 000000000..4c5544669
--- /dev/null
+++ b/test/input/func_w0151.py
@@ -0,0 +1,7 @@
+"""check black listed builtins
+"""
+
+__revision__ = apply(map, (str, (1, 2, 3)))
+
+YYYYY = map(str, (1, 2, 3))
+