summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py
deleted file mode 100644
index bd97fda3cbb..00000000000
--- a/lldb/packages/Python/lldbsuite/test/functionalities/command_source/my.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import print_function
-
-
-def date():
- import datetime
- today = datetime.date.today()
- print(today)
OpenPOWER on IntegriCloud