Minor docstring change.

llvm-svn: 121419
This commit is contained in:
Johnny Chen 2010-12-09 22:06:05 +00:00
parent 0c4838bab7
commit de2c8bd877
1 changed files with 3 additions and 2 deletions

View File

@ -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