[Lldb-commits] [lldb] r190695 - Rename test class to match test target language

Ed Maste emaste at freebsd.org
Fri Sep 13 07:55:25 PDT 2013


Author: emaste
Date: Fri Sep 13 09:55:25 2013
New Revision: 190695

URL: http://llvm.org/viewvc/llvm-project?rev=190695&view=rev
Log:
Rename test class to match test target language


Modified:
    lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py

Modified: lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py?rev=190695&r1=190694&r2=190695&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py (original)
+++ lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py Fri Sep 13 09:55:25 2013
@@ -6,7 +6,7 @@ import lldb
 import lldbutil
 from lldbtest import *
 
-class TestObjCStepping(TestBase):
+class TestCStepping(TestBase):
 
     mydir = os.path.join("lang", "c", "stepping")
 





More information about the lldb-commits mailing list