We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a640fe7 commit 1f2f90eCopy full SHA for 1f2f90e
test/Prototypes/CollectionTransformers.swift
@@ -9,17 +9,17 @@
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
//
11
//===----------------------------------------------------------------------===//
12
-// RUN: %target-run-stdlib-swift-swift3
+// RUN: %target-run-stdlib-swift
13
// REQUIRES: executable_test
14
15
// FIXME: This test runs very slowly on watchOS.
16
// UNSUPPORTED: OS=watchos
17
18
public enum ApproximateCount {
19
case Unknown
20
- case Precise(IntMax)
21
- case Underestimate(IntMax)
22
- case Overestimate(IntMax)
+ case Precise(Int64)
+ case Underestimate(Int64)
+ case Overestimate(Int64)
23
}
24
25
public protocol ApproximateCountableSequence : Sequence {
0 commit comments