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 33// RUN: %target-swift-typecheck-module-from-interface(%t/Library.swiftinterface) -module-name Library -disable-availability-checking
44// RUN: %FileCheck %s < %t/Library.swiftinterface
55
6+ // Asserts is required for '-enable-experimental-feature InitAccessors'.
7+ // REQUIRES: asserts
8+
69// REQUIRES: swift_swift_parser
710// REQUIRES: observation
811
Original file line number Diff line number Diff line change 22
33// 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)
44
5+ // Asserts is required for '-enable-experimental-feature InitAccessors'.
6+ // REQUIRES: asserts
7+
58// REQUIRES: observation
69// REQUIRES: concurrency
710// REQUIRES: objc_interop
You can’t perform that action at this time.
0 commit comments