Skip to content

Commit 72350d8

Browse files
authored
Merge pull request swiftlang#28195 from xymus/nah-way-too-slow
[test] Disable type_checker_perf test rdar33688063 as it still fails sometimes
2 parents f7ed8a7 + 7a3d230 commit 72350d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asan
3+
// REQUIRES: rdar57050532
34

45
let _ = 1 | UInt32(0) << 0 | UInt32(1) << 1 | UInt32(2) << 2 | UInt32(3) << 3 | UInt32(4) << 4

0 commit comments

Comments
 (0)