Skip to content

Commit a85792d

Browse files
author
David Ungar
committed
Fix Linux tests
1 parent d405e35 commit a85792d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ final class NonincrementalCompilationTests: XCTestCase {
286286
}
287287

288288

289-
final class IncrementalCompilationUnitTests: XCTestCase {
289+
final class IncrementalCompilationTests: XCTestCase {
290290

291291
var tempDir: AbsolutePath = AbsolutePath("/tmp")
292292

Tests/SwiftDriverTests/XCTestManifests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ extension IncrementalCompilationTests {
3131
// `swift test --generate-linuxmain`
3232
// to regenerate.
3333
static let __allTests__IncrementalCompilationTests = [
34-
("testIncremental", testIncremental),
34+
("testIncremental", testIncremental),
35+
("testIncrementalDiagnostics", testIncrementalDiagnostics),
3536
]
3637
}
3738

0 commit comments

Comments
 (0)