Skip to content

Commit b71fb74

Browse files
committed
Rename test
1 parent 69ec5a9 commit b71fb74

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)