Skip to content

Commit 9d25e7c

Browse files
authored
Remove @testable import from swift tests
1 parent a6e2961 commit 9d25e7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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 {

0 commit comments

Comments
 (0)