Skip to content

Commit b156150

Browse files
authored
Merge pull request #18058 from xedin/rdar-42304000
[TypeChecker] NFC: Make test-case for rdar://problem/33688063 more co…
2 parents 5bfca3e + e1ab6da commit b156150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1 -swift-version 4
22
// REQUIRES: tools-release,no_asserts
33

4-
let _ = 1 | UInt32(0) << 0 | UInt32(1) << 1 | UInt32(2) << 2
4+
let _ = 1 | UInt32(0) << 0 | UInt32(1) << 1 | UInt32(2) << 2 | UInt32(3) << 3 | UInt32(4) << 4
55
// expected-error@-1 {{reasonable time}}

0 commit comments

Comments
 (0)