Skip to content

Commit a30a696

Browse files
committed
[Test] Add asserts require to experimental test.
rdar://138633313
1 parent 4e0bdad commit a30a696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILGen/read_requirements.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// RUN: -enable-experimental-feature CoroutineAccessorsUnwindOnCallerError \
1010
// RUN: | %FileCheck %s --check-prefixes=CHECK,CHECK-UNWIND
1111

12+
// For CoroutineAccessorsUnwindOnCallerError
13+
// REQUIRES: asserts
14+
1215
// A read requirement may be satisfied by
1316
// - a stored property
1417
// - a _read accessor

0 commit comments

Comments
 (0)