Skip to content

Commit 814e520

Browse files
committed
[Observable] Test macro through the plugin server
1 parent 60d82c7 commit 814e520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/Observation/Observable.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
// 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+
58
// Asserts is required for '-enable-experimental-feature InitAccessors'.
69
// REQUIRES: asserts
710

0 commit comments

Comments
 (0)