Skip to content

Commit ceb9146

Browse files
committed
Disable non-deterministic crasher
1 parent 977df36 commit ceb9146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers/28673-swift-typebase-getcanonicaltype.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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: deterministc-behavior
9+
810
// RUN: not --crash %target-swift-frontend %s -emit-ir
911
class C{}@&{
1012
func b(UInt=1 + 1 + 1 as?Int){

0 commit comments

Comments
 (0)