summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-09-13 14:55:25 +0000
committerEd Maste <emaste@freebsd.org>2013-09-13 14:55:25 +0000
commita837c8224dd0f782df72854332c9ccfa707e307b (patch)
tree0bfc0feb1a60f072533a00dfda8dd98b05606377 /lldb
parent9867f8649b66ed8cbf75f00c19da03bd5886f072 (diff)
downloadbcm5719-llvm-a837c8224dd0f782df72854332c9ccfa707e307b.tar.gz
bcm5719-llvm-a837c8224dd0f782df72854332c9ccfa707e307b.zip
Rename test class to match test target language
llvm-svn: 190695
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/lang/c/stepping/TestStepAndBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
index 736ce17de1c..a1979efdcca 100644
--- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
+++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
@@ -6,7 +6,7 @@ import lldb
import lldbutil
from lldbtest import *
-class TestObjCStepping(TestBase):
+class TestCStepping(TestBase):
mydir = os.path.join("lang", "c", "stepping")
OpenPOWER on IntegriCloud