Skip to content

Commit 3fac0bf

Browse files
committed
Remove @testable from CGPointVectorTests.swift
1 parent f2fd23b commit 3fac0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/CGPointVectorTests/CGPointVectorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import XCTest
2-
@testable import CGPointVector
2+
import CGPointVector
33

44
class CGPointVectorTests: XCTestCase {
55
let torelance: CGFloat = 1.0e-5;

0 commit comments

Comments
 (0)