[Test] Add asserts req to experimental tests.

The CoroutineAccessors experimental feature requires asserts.
This commit is contained in:
Nate Chandler
2024-09-30 07:08:40 -07:00
parent ba8f8ea282
commit 6be4090e71
5 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
// RUN: %FileCheck %s < %t.swiftinterface
// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name Rock
// REQUIRES: asserts
var _i: Int = 0
// CHECK: #if compiler(>=5.3) && $CoroutineAccessors