Change the name of the test class for this test (was copy/paste value...)

llvm-svn: 199251
This commit is contained in:
Jim Ingham 2014-01-14 19:48:23 +00:00
parent c9bd88e681
commit 4746a90d66
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import lldb
import lldbutil
from lldbtest import *
class TestObjCStepping(TestBase):
class TestIndirectFunctions(TestBase):
mydir = TestBase.compute_mydir(__file__)