diff options
author | Enrico Granata <egranata@apple.com> | 2016-08-30 23:00:52 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-08-30 23:00:52 +0000 |
commit | f6275a08ef01f39b7a7c788657c7e1c34013fe9e (patch) | |
tree | a56b21e8752a6ac19229851b2482596da222d636 /lldb/packages/Python/lldbsuite/test | |
parent | 42ff957e257c93b9f0ed3450b7f2ca107fb823d8 (diff) | |
download | bcm5719-llvm-f6275a08ef01f39b7a7c788657c7e1c34013fe9e.tar.gz bcm5719-llvm-f6275a08ef01f39b7a7c788657c7e1c34013fe9e.zip |
Rename the test class
llvm-svn: 280173
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py index 6a05076e967..d192c9e12a8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py @@ -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__) |