Skip to content

Commit 1a2436a

Browse files
committed
Swift 5.3. Test clearup.
1 parent 86ea7b1 commit 1a2436a

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.3
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

Tests/B9MulticastDelegateTests/B9MulticastDelegateTests.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@ final class B9MulticastDelegateTests: XCTestCase {
133133
}
134134
XCTAssertEqual(errorCount, 1)
135135
}
136-
137-
static var allTests = [
138-
("testAddAndRemove", testAddAndRemove),
139-
("testSwiftObjContains", testSwiftObjContains),
140-
("testNSObjectContains", testNSObjectContains),
141-
("testWeakRef", testWeakRef),
142-
("testInvokeErrorHandling", testInvokeErrorHandling),
143-
]
144136
}
145137

146138
// MARK: -

Tests/B9MulticastDelegateTests/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)