mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Test] Add asserts req to experimental tests.
The CoroutineAccessors experimental feature requires asserts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user