Skip to content

Commit 49da89f

Browse files
committed
[TypeChecker] NFC: Add more chained operators to make rdar://22877285 "too complex" on Linux
1 parent 2137e1b commit 49da89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
let j = 1
55

6-
_ = "a" + j + "b" + j + "c" + j
6+
_ = "a" + j + "b" + j + "c" + j + "d" + j
77
// expected-error@-1 {{reasonable time}}

0 commit comments

Comments
 (0)