Skip to content

Commit 031dead

Browse files
committed
Try to fix failure of this test on noasserts builds of the compiler
This test failed on the oss-swift_tools-R_stdlib-RD_test-simulator bot. rdar://54707188
1 parent 797a0d1 commit 031dead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/compiler_crashers_2/sr11232.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: not --crash %target-swift-emit-silgen %s
22

3+
// REQUIRES: asserts
4+
35
protocol Pub {
46
associatedtype Other
57
associatedtype Failure: Error

0 commit comments

Comments
 (0)