[Lldb-commits] [lldb] r199251 - Change the name of the test class for this test (was copy/paste value...)

Jim Ingham jingham at apple.com
Tue Jan 14 11:48:24 PST 2014


Author: jingham
Date: Tue Jan 14 13:48:23 2014
New Revision: 199251

URL: http://llvm.org/viewvc/llvm-project?rev=199251&view=rev
Log:
Change the name of the test class for this test (was copy/paste value...)

Modified:
    lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py

Modified: lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py?rev=199251&r1=199250&r2=199251&view=diff
==============================================================================
--- lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py (original)
+++ lldb/trunk/test/macosx/indirect_symbol/TestIndirectSymbols.py Tue Jan 14 13:48:23 2014
@@ -6,7 +6,7 @@ import lldb
 import lldbutil
 from lldbtest import *
 
-class TestObjCStepping(TestBase):
+class TestIndirectFunctions(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 





More information about the lldb-commits mailing list