Skip to content

Commit c5c6e00

Browse files
committed
Pass -disable-experimental-associated-type-inference in a compiler_crasher pending further investigation
1 parent 05f04c0 commit c5c6e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validation-test/compiler_crashers_fixed/28871-nested-second-nested-second-isequal-result-nested-second-haserror-result-haserro.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
77

88

9-
// RUN: not %target-swift-frontend %s -emit-ir
9+
// FIXME: Figure this out before removing -disable-experimental-associated-type-inference
10+
// RUN: not %target-swift-frontend %s -emit-ir -disable-experimental-associated-type-inference
1011
class a:A
1112
protocol A:a{typealias a:=a

0 commit comments

Comments
 (0)