File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// RUN: -o %t/mock-plugin \
12
12
// RUN: %t/plugin.c
13
13
14
- // RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
14
+ // RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
15
15
// RUN: -typecheck -verify \
16
16
// RUN: -swift-version 5 \
17
17
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
Original file line number Diff line number Diff line change 11
11
// RUN: -o %t/mock-plugin \
12
12
// RUN: %t/plugin.c
13
13
14
- // RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
14
+ // RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
15
15
// RUN: -typecheck -verify \
16
16
// RUN: -swift-version 5 -enable-experimental-feature Macros \
17
17
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
You can’t perform that action at this time.
0 commit comments