mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftCompilerSources: move ForwardingUtils and BorrowUtils to the SIL module
This commit is contained in:
@@ -142,7 +142,11 @@ public func registerTests() {
|
||||
// Register each test.
|
||||
registerTests(
|
||||
parseTestSpecificationTest,
|
||||
getAccessBaseTest
|
||||
getAccessBaseTest,
|
||||
borrowIntroducersTest,
|
||||
enclosingValuesTest,
|
||||
forwardingDefUseTest,
|
||||
forwardingUseDefTest
|
||||
)
|
||||
|
||||
registerTestThunk(testThunk)
|
||||
|
||||
Reference in New Issue
Block a user