Skip to content

Commit 0271f38

Browse files
authored
Merge pull request #9340 from augusto2112/test-protocol-comp-expr-rename
[lldb] Rename TestSwiftProtocolComposition because that already exists
2 parents b5ef2ef + a398fa6 commit 0271f38

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)