Skip to content

Commit 33a5a21

Browse files
committed
Disable type_checker_perf/slow/rdar23620262.swift since its flaky
1 parent 5efbeb5 commit 33a5a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asserts
3-
// XFAIL: rdar35803518
3+
// REQUIRES: disabled-rdar35803518
44

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

0 commit comments

Comments
 (0)