Skip to content

Commit cf8cb0b

Browse files
committed
Cleaned up tests
1 parent b02ae63 commit cf8cb0b

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

Tests/InterposeKitTests/InterposeKitTests.swift

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,5 @@ final class InterposeKitTests: InterposeKitTestCase {
171171

172172
func keep() { }
173173
}
174-
175-
static var allTests = [
176-
("testClassOverrideAndRevert", testClassOverrideAndRevert),
177-
("testSubclassOverride", testSubclassOverride),
178-
("testInterposedCleanup", testInterposedCleanup),
179-
("testRevertedCleanup", testRevertedCleanup),
180-
("testImpRemoveBlockWorks", testImpRemoveBlockWorks)
181-
]
174+
182175
}

Tests/InterposeKitTests/TestClass.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ public func == (lhs: CATransform3D, rhs: CATransform3D) -> Bool {
1010
return CATransform3DEqualToTransform(lhs, rhs)
1111
}
1212

13-
extension CATransform3D: Equatable { }
14-
1513
public extension CATransform3D {
1614

1715
// swiftlint:disable:next identifier_name

Tests/InterposeKitTests/XCTestManifests.swift

Lines changed: 0 additions & 9 deletions
This file was deleted.

Tests/LinuxMain.swift

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)