Skip to content

Commit 1c17234

Browse files
committed
Merge pull request #1671 from gregomni/typealias
My last commit a11e911 accidentally fixed this recently added crash.
2 parents a11e911 + 03f5c71 commit 1c17234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validation-test/compiler_crashers/28268-swift-type-transform.swift renamed to validation-test/compiler_crashers_fixed/28268-swift-type-transform.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// See http://swift.org/LICENSE.txt for license information
66
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

8-
// RUN: not --crash %target-swift-frontend %s -parse
9-
// REQUIRES: asserts
8+
// RUN: not %target-swift-frontend %s -parse
109
var:{protocol a{struct A:a
1110
typealias e=A.e

0 commit comments

Comments
 (0)