Rename a duplicate test, also give the test class a useful name.
authorJim Ingham <jingham@apple.com>
Tue, 27 Sep 2022 19:38:22 +0000 (12:38 -0700)
committerJim Ingham <jingham@apple.com>
Tue, 27 Sep 2022 19:38:22 +0000 (12:38 -0700)
lldb/test/API/lang/cpp/function-qualifiers/TestCppFunctionQualifiers.py
lldb/test/API/lang/cpp/function-ref-qualifiers/TestCppFunctionRefQualifiers.py [moved from lldb/test/API/lang/cpp/function-ref-qualifiers/TestCppFunctionQualifiers.py with 96% similarity]

index bc3b6d1..13ef2fc 100644 (file)
@@ -3,7 +3,7 @@ from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
-class TestCase(TestBase):
+class TestFunctionQualifiers(TestBase):
 
     def test(self):
         self.build()
@@ -9,7 +9,7 @@ from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
-class TestCase(TestBase):
+class TestFunctionRefQualifiers(TestBase):
 
     def test(self):
         self.build()