Skip to content

Commit 784903f

Browse files
authored
Remove @testable import from swift tests (#11101)
1 parent a6e2961 commit 784903f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

extension/apple/ExecuTorch/__tests__/ModuleTest.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
@testable import ExecuTorch
10-
9+
import ExecuTorch
1110
import XCTest
1211

1312
class ModuleTest: XCTestCase {

extension/apple/ExecuTorch/__tests__/TensorTest.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
@testable import ExecuTorch
10-
9+
import ExecuTorch
1110
import XCTest
1211

1312
class TensorTest: XCTestCase {

extension/apple/ExecuTorch/__tests__/ValueTest.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
@testable import ExecuTorch
10-
9+
import ExecuTorch
1110
import XCTest
1211

1312
class ValueTest: XCTestCase {

0 commit comments

Comments
 (0)