Skip to content

Commit

Permalink
Updated Radix Sort Tests to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyTheDev committed Oct 21, 2018
1 parent 66d0b86 commit 36ae366
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Radix Sort/Tests/RadixSortTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
import XCTest

class RadixSortTests: XCTestCase {
func testSwift4() {
// last checked with Xcode 9.0b4
#if swift(>=4.0)
print("Hello, Swift 4!")
#endif
}

func testCombSort() {
let expectedSequence: [Int] = [2, 9, 19, 32, 55, 67, 89, 101, 912, 4242]
var sequence = [19, 4242, 2, 9, 912, 101, 55, 67, 89, 32]
Expand Down

0 comments on commit 36ae366

Please sign in to comment.