Skip to content

Commit f4f5d1d

Browse files
authored
Mark a crasher fixed (#8150)
28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift has been fixed by c2224f3 #8112
1 parent d50c887 commit f4f5d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validation-test/compiler_crashers/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift renamed to validation-test/compiler_crashers_fixed/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift

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

8-
// REQUIRES: deterministic-behavior
9-
// RUN: not --crash %target-swift-frontend %s -emit-ir
8+
// RUN: not %target-swift-frontend %s -emit-ir
109
protocol P{typealias e:a}extension P{var f={}typealias e:_

0 commit comments

Comments
 (0)