Skip to content

Commit d3f333a

Browse files
authored
Merge pull request #14064 from lplarson/35803518
4.1: Disable type_checker_perf/slow/rdar23620262.swift
2 parents 4602529 + 33a5a21 commit d3f333a

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+
// REQUIRES: disabled-rdar35803518
34

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

0 commit comments

Comments
 (0)