We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interfere
1 parent e6f1649 commit 7ea3892Copy full SHA for 7ea3892
Tests/SWBBuildSystemTests/DevelopmentAssetsDiagnosticTests.swift
@@ -344,7 +344,7 @@ fileprivate struct DevelopmentAssetsDiagnosticTests: CoreBasedTests {
344
@Test(.requireSDKs(.macOS))
345
func developmentAssetsOverriddenSRCROOT() async throws {
346
try await withTemporaryDirectory { tmpDirPath in
347
- // Some environments override SRCROOT but that shouldn't interfer with relative paths in DEVELOPMENT_ASSET_PATHS since they are based in PROJECT_DIR
+ // Some environments override SRCROOT but that shouldn't interfere with relative paths in DEVELOPMENT_ASSET_PATHS since they are based in PROJECT_DIR
348
let testProject = TestProject(
349
"aProject",
350
sourceRoot: tmpDirPath,
0 commit comments