Skip to content

Commit 1c8dbc6

Browse files
authored
Merge pull request #5328 from practicalswift/minimize-crashers
2 parents 11429a8 + c00f3d8 commit 1c8dbc6

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

validation-test/compiler_crashers/00046-swift-archetypebuilder-potentialarchetype-getnestedtype.timeout.swift

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not --crash %target-swift-frontend %s -parse
9-
protocol P{
10-
protocol A
11-
typealias e=b
12-
typealias e
13-
typealias e=A
14-
typealias b
9+
protocol a{
10+
protocol b
11+
typealias c=d
12+
typealias c
13+
typealias c=b

validation-test/compiler_crashers/09650-swift-typebase-getcanonicaltype.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88
// RUN: not --crash %target-swift-frontend %s -parse
9-
class B<I
10-
func g<T{enum A:T
11-
enum S<b:B<T.j>
9+
func a<b{enum c:b

0 commit comments

Comments
 (0)