Skip to content

Commit 744a9c3

Browse files
committed
XFAIL type_checker_perf/slow/rdar23620262.swift
1 parent f2de002 commit 744a9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/Sema/type_checker_perf/slow/rdar23620262.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asserts
3+
// XFAIL: rdar://problem/35803518
34

45
let a: [Double] = []
56
_ = a.map { $0 - 1.0 }

0 commit comments

Comments
 (0)