Skip to content

Commit a398fa6

Browse files
committed
[lldb] Rename TestSwiftProtocolComposition because that already exists
1 parent 78f4b56 commit a398fa6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lldb/test/API/lang/swift/protocol_composition/TestSwiftProtocolComposition.py renamed to lldb/test/API/lang/swift/protocol_composition_expr/TestSwiftProtocolCompositionExpr.py

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

66

7-
class TestSwiftProtocolComposition(lldbtest.TestBase):
7+
class TestSwiftProtocolCompositionExpr(lldbtest.TestBase):
88
@swiftTest
99
def test(self):
1010
"""Test that expression evaluation can call functions in protocol composition existentials"""

0 commit comments

Comments
 (0)