commit | b9e7c0aef62310f686f56756ec54a3c1e3dd9c5c | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Jul 29 21:42:28 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Jul 29 21:42:28 2010 +0000 |
tree | f8332375c8acae2fed3b1c68b8f3e8f5c570c311 | |
parent | 60fbd7744fea5a0207efc5a872ec04decabf057e [diff] [blame] |
Add a test case to test that lldb command "command source" works correctly. llvm-svn: 109806
diff --git a/lldb/test/command_source/my.py b/lldb/test/command_source/my.py new file mode 100644 index 0000000..86ce502 --- /dev/null +++ b/lldb/test/command_source/my.py
@@ -0,0 +1,4 @@ +def date(): + import datetime + today = datetime.date.today() + print today