Skip to content

Commit 1f2f90e

Browse files
committed
[Test] Update test to Swift 4
1 parent a640fe7 commit 1f2f90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Prototypes/CollectionTransformers.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12-
// RUN: %target-run-stdlib-swift-swift3
12+
// RUN: %target-run-stdlib-swift
1313
// REQUIRES: executable_test
1414

1515
// FIXME: This test runs very slowly on watchOS.
1616
// UNSUPPORTED: OS=watchos
1717

1818
public enum ApproximateCount {
1919
case Unknown
20-
case Precise(IntMax)
21-
case Underestimate(IntMax)
22-
case Overestimate(IntMax)
20+
case Precise(Int64)
21+
case Underestimate(Int64)
22+
case Overestimate(Int64)
2323
}
2424

2525
public protocol ApproximateCountableSequence : Sequence {

0 commit comments

Comments
 (0)