Skip to content

Commit abfe49f

Browse files
committed
Disable 0022-rdar21625478.swift entirely on noassert builds
Fixes rdar://problem/99800538.
1 parent 8784464 commit abfe49f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/compiler_crashers_2_fixed/0022-rdar21625478.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// rdar://80395274 tracks getting this to pass with the requirement machine.
44
// XFAIL: *
55

6+
// The test hangs in a noassert build:
7+
// REQUIRES: asserts
8+
69
import StdlibUnittest
710

811
public struct MyRange<Bound : ForwardIndex> {

0 commit comments

Comments
 (0)