Skip to content

Commit b46b433

Browse files
committed
Just-added compiler_crasher is already fixed :)
1 parent 5b4ee41 commit b46b433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers/28318-swift-constraints-constraintgraphnode-getmembertype.swift renamed to validation-test/compiler_crashers_fixed/28318-swift-constraints-constraintgraphnode-getmembertype.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
8+
// RUN: not %target-swift-frontend %s -parse
99
// REQUIRES: asserts
1010
protocol A{
1111
protocol A typealias e:A}struct c<I:A

0 commit comments

Comments
 (0)