diff --git a/lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes.py b/lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes2.py similarity index 99% rename from lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes.py rename to lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes2.py index 8d04871f817e3..0fe078b2d1e3a 100644 --- a/lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes.py +++ b/lldb/test/API/lang/cpp/unique-types2/TestUniqueTypes2.py @@ -7,7 +7,7 @@ from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * -class UniqueTypesTestCase(TestBase): +class UniqueTypesTestCase2(TestBase): def do_test(self, debug_flags): """Test that we only display the requested Foo instantiation, not all Foo instantiations.""" self.build(dictionary=debug_flags)