Skip to content

Commit 36ae366

Browse files
committed
Updated Radix Sort Tests to Swift 4.2
1 parent 66d0b86 commit 36ae366

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Radix Sort/Tests/RadixSortTests.swift

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
import XCTest
1010

1111
class RadixSortTests: XCTestCase {
12-
func testSwift4() {
13-
// last checked with Xcode 9.0b4
14-
#if swift(>=4.0)
15-
print("Hello, Swift 4!")
16-
#endif
17-
}
18-
1912
func testCombSort() {
2013
let expectedSequence: [Int] = [2, 9, 19, 32, 55, 67, 89, 101, 912, 4242]
2114
var sequence = [19, 4242, 2, 9, 912, 101, 55, 67, 89, 32]

0 commit comments

Comments
 (0)