Skip to content

Commit e7f7974

Browse files
committed
ImageTest
1 parent 1a4c647 commit e7f7974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SwiftDrawTests/ImageTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ import XCTest
3434

3535
final class ImageTests: XCTestCase {
3636

37-
#if SWIFT_PACKAGE
38-
#else
3937
func testValidSVGLoads() {
4038
XCTAssertNotNil(Image(named: "lines.svg", in: .test))
4139
}
42-
#endif
4340

4441
func testInvalidSVGReturnsNil() {
4542
XCTAssertNil(Image(named: "invalid.svg", in: .test))

0 commit comments

Comments
 (0)