We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ed21 commit cca858aCopy full SHA for cca858a
Tests/BuildTests/BuildPlanTests.swift
@@ -49,7 +49,7 @@ extension Build.BuildPlan {
49
class BuildPlanTestCase: BuildSystemProviderTestCase {
50
override func setUpWithError() throws {
51
try XCTSkipIf(
52
- type(of: self) == BuildPlanTestCase.self,
+ Self.self == BuildPlanTestCase.self,
53
"Skipping this test since it will be run in subclasses that will provide different build systems to test."
54
)
55
}
0 commit comments