Skip to content

Commit a7f4ee3

Browse files
committed
[TypeChecker] NFC: Disable test-case rdar://26564101 to investigate whether it's fast or slow
Resolves: rdar://problem/46850561
1 parent 60e54db commit a7f4ee3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asserts
3+
// REQUIRES: rdar46850561
34

45
func rdar26564101(a: [Double], m: Double) -> Double {
56
return Double(Array(0...a.count - 1).reduce(0) { $0 + $1 - m })
6-
// expected-error@-1 {{cannot convert}}
7+
// expected-error@-1 {{too complex}}
78
}

0 commit comments

Comments
 (0)