Skip to content

Commit df76500

Browse files
Re-enable expression_too_complex test and bump memory to 12k per rdar://problem/31794148 (#9635)
1 parent dd1d889 commit df76500

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Misc/expression_too_complex.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift -solver-memory-threshold 10000 -propagate-constraints
2-
// XFAIL: *
3-
// rdar://problem/31794148
1+
// RUN: %target-typecheck-verify-swift -solver-memory-threshold 12000 -propagate-constraints
42

53
var z = 10 + 10 // expected-error{{expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions}}
64

0 commit comments

Comments
 (0)