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.
2 parents a93944a + 2ed10a7 commit afd4288Copy full SHA for afd4288
test/Macros/macro_plugin_basic.swift
@@ -11,7 +11,7 @@
11
// RUN: -o %t/mock-plugin \
12
// RUN: %t/plugin.c
13
14
-// RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
+// RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
15
// RUN: -typecheck -verify \
16
// RUN: -swift-version 5 \
17
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
test/Macros/macro_plugin_error.swift
// RUN: -swift-version 5 -enable-experimental-feature Macros \
0 commit comments