Skip to content

Commit

Permalink
Respect SwiftSyntax nesting limits on CI machiens
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 1, 2025
1 parent c4243ec commit ffb4882
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Tests/SafeDICoreTests/FileVisitorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,6 @@ final class FileVisitorTests: XCTestCase {
@Instantiable
public final class Nested {
public init() {}
@Instantiable
public actor Nested {
public init() {}
}
}
}
}
Expand Down Expand Up @@ -578,14 +573,6 @@ final class FileVisitorTests: XCTestCase {
dependencies: [],
declarationType: .classType
),
Instantiable(
instantiableType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .nested(name: "Nested", parentType: .simple(name: "Nested"))))))))))))))))))))),
isRoot: false,
initializer: nil,
additionalInstantiables: [],
dependencies: [],
declarationType: .actorType
),
]
)
}
Expand Down

0 comments on commit ffb4882

Please sign in to comment.