Skip to content

Commit b3c309f

Browse files
author
David Ungar
committed
format test
1 parent 4bb67b6 commit b3c309f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ final class IncrementalCompilationTests: XCTestCase {
507507
],
508508
whenAutolinking: autolinkLifecycleExpectations)
509509
}
510+
510511
func tryTouchingMainAlwaysRebuildDependents(_ checkDiagnostics: Bool) {
511512
touch("main")
512513
let extraArgument = "-driver-always-rebuild-dependents"
@@ -537,7 +538,6 @@ final class IncrementalCompilationTests: XCTestCase {
537538
whenAutolinking: autolinkLifecycleExpectations)
538539
}
539540

540-
541541
func touch(_ name: String) {
542542
print("*** touching \(name) ***", to: &stderrStream); stderrStream.flush()
543543
let (path, contents) = try! XCTUnwrap(inputPathsAndContents.filter {$0.0.pathString.contains(name)}.first)

0 commit comments

Comments
 (0)