Skip to content

Commit 42ad6a6

Browse files
committed
Add REQUIRES: deterministic-behavior to a new crasher that does not always crash.
1 parent ec4477f commit 42ad6a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers/28698-isactuallycanonicalornull-forming-a-cantype-out-of-a-non-canonical-type.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: deterministic-behavior
9+
810
// REQUIRES: asserts
911
// RUN: not --crash %target-swift-frontend %s -emit-ir
1012
{func c(UInt=1 + 1 as?Int){b

0 commit comments

Comments
 (0)