Skip to content

Commit 5d8286f

Browse files
authored
Merge pull request swiftlang#22608 from xedin/rdar-48061151
[TypeChecker] Disable perf test-case for rdar://problem/21398466
2 parents d7d1a2b + 43c547b commit 5d8286f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/Sema/type_checker_perf/fast/rdar21398466.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1 -solver-disable-shrink -disable-constraint-solver-performance-hacks -solver-enable-operator-designated-types
2-
// REQUIRES: tools-release,no_asserts
2+
// REQUIRES: OS=macosx
3+
// REQUIRES: asserts
4+
// REQUIRES: rdar48061151
35

46
// This problem is related to renaming,
57
// as soon as `init(truncatingBitPattern:)` is changed

0 commit comments

Comments
 (0)