Remove unused init argument

This commit is contained in:
Brentley Jones
2020-04-13 11:27:32 -05:00
parent e44dcd3948
commit 3ff6094e8a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -198,7 +198,6 @@ public struct Scheme: Equatable {
coverageTargets: [TargetReference] = [],
disableMainThreadChecker: Bool = disableMainThreadCheckerDefault,
randomExecutionOrder: Bool = false,
parallelizable: Bool = false,
commandLineArguments: [String: Bool] = [:],
targets: [TestTarget] = [],
preActions: [ExecutionAction] = [],
@@ -510,7 +510,6 @@ class ProjectSpecTests: XCTestCase {
gatherCoverageData: true,
disableMainThreadChecker: true,
randomExecutionOrder: false,
parallelizable: false,
commandLineArguments: ["foo": true],
targets: [Scheme.Test.TestTarget(targetReference: "foo",
randomExecutionOrder: false,