Skip to content

Commit 6876b79

Browse files
committed
Revert "HACK: Disable tests that require @testable import."
This reverts commit 10b7b0e.
1 parent a1231c4 commit 6876b79

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
import XCTest
1313
import TSCBasic
1414

15-
#if false
16-
// FIXME: Disabled due to @testable import
1715
@testable import SwiftDriver
1816

1917
final class NonincrementalCompilationTests: XCTestCase {
@@ -618,4 +616,3 @@ final class IncrementalCompilationTests: XCTestCase {
618616
try! localFileSystem.writeFileContents(dst, bytes: ByteString(d))
619617
}
620618
}
621-
#endif

Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import XCTest
14-
15-
#if false
16-
// FIXME: Disabled due to @testable import
1714
@testable import SwiftDriver
1815
import TSCBasic
1916

@@ -1368,4 +1365,3 @@ fileprivate extension Set where Element == ExternalDependency {
13681365
contains(s.asExternal)
13691366
}
13701367
}
1371-
#endif

Tests/SwiftDriverTests/TwoDMapTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#if false
1413
import XCTest
15-
// FIXME: Disabled due to testable import
1614
@testable import SwiftDriver
1715

1816
class TwoDMapTests: XCTestCase {
@@ -108,4 +106,3 @@ class TwoDMapTests: XCTestCase {
108106
}
109107

110108
}
111-
#endif

0 commit comments

Comments
 (0)