Skip to content

Commit 31df1ed

Browse files
authored
Merge pull request swiftlang#19359 from xedin/rdar-32796272
[TypeChecker] Un-XFAIL test which used to run out of stack space while solving
2 parents d3fdfef + 88f6212 commit 31df1ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Misc/expression_too_complex_3.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %target-typecheck-verify-swift
22
// REQUIRES OS=macosx
33

4-
// REQUIRES: rdar32796272
5-
64
// This should NOT produce an expression too complex error.
75
var radar32680856 = [
86
Int32(bitPattern: 0x00), Int32(bitPattern: 0x01), Int32(bitPattern: 0x02), Int32(bitPattern: 0x03), Int32(bitPattern: 0x04), Int32(bitPattern: 0x05), Int32(bitPattern: 0x06), Int32(bitPattern: 0x07), Int32(bitPattern: 0x08), Int32(bitPattern: 0x09), Int32(bitPattern: 0x0A), Int32(bitPattern: 0x0B), Int32(bitPattern: 0x0C), Int32(bitPattern: 0x0D), Int32(bitPattern: 0x0E), Int32(bitPattern: 0x0F),

0 commit comments

Comments
 (0)