| commit | c48dc6fc780a31c1c431835e3b74a5474caede81 | [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 | 405c49b8663d3129073c2b27db19071f14cdf326 | |
| parent | 032caaa8e59feebf54eaa10e4854c81c2bf2d10c [diff] [blame] |
Add a test case to test that lldb command "command source" works correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109806 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/command_source/my.py b/test/command_source/my.py new file mode 100644 index 0000000..86ce502 --- /dev/null +++ b/test/command_source/my.py
@@ -0,0 +1,4 @@ +def date(): + import datetime + today = datetime.date.today() + print today