We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d82c7 commit 814e520Copy full SHA for 814e520
test/stdlib/Observation/Observable.swift
@@ -2,6 +2,9 @@
2
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
5
+// Run this test via the swift-plugin-server
6
+// RUN: %target-run-simple-swift( -Xfrontend -disable-availability-checking -parse-as-library -enable-experimental-feature InitAccessors -enable-experimental-feature Macros -Xfrontend -external-plugin-path -Xfrontend %swift-host-lib-dir/plugins#%swift-plugin-server)
7
+
8
// Asserts is required for '-enable-experimental-feature InitAccessors'.
9
// REQUIRES: asserts
10
0 commit comments