Skip to content

Commit 45f913d

Browse files
author
David Ungar
authored
Merge pull request #677 from davidungar/remove-unused-test-function
[NFC] Remove unused test function.
2 parents 72e7d04 + 02a8d6a commit 45f913d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,6 @@ extension IncrementalCompilationTests {
609609
#endif
610610
}
611611

612-
private func postCompileOutputs() -> [AbsolutePath] {
613-
abort()
614-
}
615-
616612
func testIncremental(checkDiagnostics: Bool) throws {
617613
try tryInitial(checkDiagnostics: checkDiagnostics)
618614
#if true // sometimes want to skip for debugging

0 commit comments

Comments
 (0)