Skip to content

Commit 7356075

Browse files
author
David Ungar
committed
reenable the test
1 parent a1737ce commit 7356075

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,8 @@ final class IncrementalCompilationTests: XCTestCase {
358358

359359
// FIXME: why does it fail on Linux in CI?
360360
func testIncrementalDiagnostics() throws {
361-
#if !os(Linux)
362361
prepare()
363362
try testIncremental(checkDiagnostics: true)
364-
#endif
365363
}
366364

367365
func testIncremental() throws {

0 commit comments

Comments
 (0)