[Lldb-commits] [lldb] r121419 - /lldb/trunk/test/source-manager/TestSourceManager.py
Johnny Chen
johnny.chen at apple.com
Thu Dec 9 14:06:05 PST 2010
Author: johnny
Date: Thu Dec 9 16:06:05 2010
New Revision: 121419
URL: http://llvm.org/viewvc/llvm-project?rev=121419&view=rev
Log:
Minor docstring change.
Modified:
lldb/trunk/test/source-manager/TestSourceManager.py
Modified: lldb/trunk/test/source-manager/TestSourceManager.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/source-manager/TestSourceManager.py?rev=121419&r1=121418&r2=121419&view=diff
==============================================================================
--- lldb/trunk/test/source-manager/TestSourceManager.py (original)
+++ lldb/trunk/test/source-manager/TestSourceManager.py Thu Dec 9 16:06:05 2010
@@ -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
More information about the lldb-commits
mailing list