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.
1 parent 4bb67b6 commit b3c309fCopy full SHA for b3c309f
Tests/SwiftDriverTests/IncrementalCompilationTests.swift
@@ -507,6 +507,7 @@ final class IncrementalCompilationTests: XCTestCase {
507
],
508
whenAutolinking: autolinkLifecycleExpectations)
509
}
510
+
511
func tryTouchingMainAlwaysRebuildDependents(_ checkDiagnostics: Bool) {
512
touch("main")
513
let extraArgument = "-driver-always-rebuild-dependents"
@@ -537,7 +538,6 @@ final class IncrementalCompilationTests: XCTestCase {
537
538
539
540
-
541
func touch(_ name: String) {
542
print("*** touching \(name) ***", to: &stderrStream); stderrStream.flush()
543
let (path, contents) = try! XCTUnwrap(inputPathsAndContents.filter {$0.0.pathString.contains(name)}.first)
0 commit comments