Skip to content

Commit 4d01184

Browse files
Merge pull request #9342 from adrian-prantl/rename-test
Rename test
2 parents 3f02916 + b71fb74 commit 4d01184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/clangimporter/protocol_composition/TestSwiftProtocolComposition.py renamed to lldb/test/API/lang/swift/clangimporter/protocol_composition/TestSwiftClangImporterProtocolComposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from lldbsuite.test.decorators import *
44
import lldbsuite.test.lldbutil as lldbutil
55

6-
class TestSwiftProtocolComposition(TestBase):
6+
class TestSwiftClangImporterProtocolComposition(TestBase):
77
@skipUnlessDarwin
88
@swiftTest
99
def test(self):

0 commit comments

Comments
 (0)