diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-12-09 22:06:05 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-09 22:06:05 +0000 |
| commit | de2c8bd8776591925ffd6589b9595be1b1cf4385 (patch) | |
| tree | 0e4c392807bad7a42e6120dfc17c2e21ecf6bf0b /lldb/test/source-manager | |
| parent | 0c4838bab7627117f9eaad09b6b9f095ec2fb167 (diff) | |
| download | bcm5719-llvm-de2c8bd8776591925ffd6589b9595be1b1cf4385.tar.gz bcm5719-llvm-de2c8bd8776591925ffd6589b9595be1b1cf4385.zip | |
Minor docstring change.
llvm-svn: 121419
Diffstat (limited to 'lldb/test/source-manager')
| -rw-r--r-- | lldb/test/source-manager/TestSourceManager.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/test/source-manager/TestSourceManager.py b/lldb/test/source-manager/TestSourceManager.py index 499f9207161..9a1ceeae70a 100644 --- a/lldb/test/source-manager/TestSourceManager.py +++ b/lldb/test/source-manager/TestSourceManager.py @@ -2,8 +2,9 @@ Test lldb core component: SourceManager. Test cases: -1. test_modify_source_file_while_debugging: - Test the caching mechanism of the source manager. + +o test_modify_source_file_while_debugging: + Test the caching mechanism of the source manager. """ import unittest2 |

