Skip to content

Commit 25d5573

Browse files
author
David Ungar
committed
Remove the /*@testable*/ s
1 parent cd3bfec commit 25d5573

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import XCTest
1313
import TSCBasic
1414

15-
/*@testable*/ import SwiftDriver
15+
import SwiftDriver
1616

1717
final class NonincrementalCompilationTests: XCTestCase {
1818
func testBuildRecordReading() throws {

Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import XCTest
14-
/*@testable*/ import SwiftDriver
14+
import SwiftDriver
1515
import TSCBasic
1616

1717
class ModuleDependencyGraphTests: XCTestCase {

Tests/SwiftDriverTests/TwoDMapTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
import XCTest
14-
/*@testable*/ import SwiftDriver
14+
import SwiftDriver
1515

1616
class TwoDMapTests: XCTestCase {
1717

0 commit comments

Comments
 (0)