SwiftCompilerSources: move ForwardingUtils and BorrowUtils to the SIL module

This commit is contained in:
Erik Eckstein
2025-07-25 22:36:55 +02:00
parent a767261fec
commit 1eb49ec186
7 changed files with 97 additions and 101 deletions

View File

@@ -142,7 +142,11 @@ public func registerTests() {
// Register each test.
registerTests(
parseTestSpecificationTest,
getAccessBaseTest
getAccessBaseTest,
borrowIntroducersTest,
enclosingValuesTest,
forwardingDefUseTest,
forwardingUseDefTest
)
registerTestThunk(testThunk)