File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %target-swift-typecheck-module-from-interface(%t/Library.swiftinterface) -module-name Library -disable-availability-checking
4
4
// RUN: %FileCheck %s < %t/Library.swiftinterface
5
5
6
+ // Asserts is required for '-enable-experimental-feature InitAccessors'.
7
+ // REQUIRES: asserts
8
+
6
9
// REQUIRES: swift_swift_parser
7
10
// REQUIRES: observation
8
11
Original file line number Diff line number Diff line change 2
2
3
3
// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library -enable-experimental-feature InitAccessors -enable-experimental-feature Macros -Xfrontend -plugin-path -Xfrontend %swift-host-lib-dir/plugins)
4
4
5
+ // Asserts is required for '-enable-experimental-feature InitAccessors'.
6
+ // REQUIRES: asserts
7
+
5
8
// REQUIRES: observation
6
9
// REQUIRES: concurrency
7
10
// REQUIRES: objc_interop
You can’t perform that action at this time.
0 commit comments