Skip to content

Commit f2296de

Browse files
authored
Merge pull request #6488 from augusto2112/rename-interop-tests
[lldb][NFC] Standardize names of Swift/C++ interop tests
2 parents c012f2d + 52b4813 commit f2296de

33 files changed

+17
-17
lines changed

lldb/test/API/lang/swift/cxx_interop/backward/test-format-actors/TestFormatActors.py renamed to lldb/test/API/lang/swift/cxx_interop/backward/format-actors/TestSwiftBackwardInteropFormatActors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from lldbsuite.test.decorators import *
77

88

9-
class TestFormatActors(TestBase):
9+
class TestSwiftBackwardInteropFormatActors(TestBase):
1010

1111
@swiftTest
1212
def test_class(self):

lldb/test/API/lang/swift/cxx_interop/backward/format-swift-stdlib-types/TestFormatSwiftStdlibTypes.py renamed to lldb/test/API/lang/swift/cxx_interop/backward/format-swift-stdlib-types/TestSwiftBackwardInteropFormatSwiftStdlibTypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from lldbsuite.test.decorators import *
77

88

9-
class TestFormatSwiftStdlibTypes(TestBase):
9+
class TestSwiftBackwardInteropFormatSwiftStdlibTypes(TestBase):
1010
def setup(self, bkpt_str):
1111
self.build()
1212
self.runCmd('setting set target.experimental.swift-enable-cxx-interop true')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from lldbsuite.test.decorators import *
77

88

9-
class TestSwiftFormatSwiftTypesInCxx(TestBase):
9+
class TestSwiftBackwardInteropFormatSwiftTypesInCxx(TestBase):
1010

1111
def setup(self, bkpt_str):
1212
self.build()

0 commit comments

Comments
 (0)