Rename the test class
authorEnrico Granata <egranata@apple.com>
Tue, 30 Aug 2016 23:00:52 +0000 (23:00 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 30 Aug 2016 23:00:52 +0000 (23:00 +0000)
llvm-svn: 280173

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py

index 6a05076..d192c9e 100644 (file)
@@ -13,7 +13,7 @@ from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
-class PrintArrayTestCase(TestBase):
+class PyObjectSynthProviderTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)