diff options
Diffstat (limited to 'lldb/test/lang/c/stepping/TestStepAndBreakpoints.py')
| -rw-r--r-- | lldb/test/lang/c/stepping/TestStepAndBreakpoints.py | 2 |
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") |

