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 1111// RUN: -o %t/mock-plugin \
1212// RUN: %t/plugin.c
1313
14- // RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
14+ // RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
1515// RUN: -typecheck -verify \
1616// RUN: -swift-version 5 \
1717// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
Original file line number Diff line number Diff line change 1111// RUN: -o %t/mock-plugin \
1212// RUN: %t/plugin.c
1313
14- // RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
14+ // RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
1515// RUN: -typecheck -verify \
1616// RUN: -swift-version 5 -enable-experimental-feature Macros \
1717// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
You can’t perform that action at this time.
0 commit comments