Skip to content

Commit d50c887

Browse files
authored
Disable non-deterministic crasher (#8149)
1 parent 93e267e commit d50c887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/compiler_crashers/28722-swift-genericsignaturebuilder-resolvearchetype-swift-type.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
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
89
// RUN: not --crash %target-swift-frontend %s -emit-ir
910
protocol P{typealias e:a}extension P{var f={}typealias e:_

0 commit comments

Comments
 (0)