mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[test] Replace %swift-build-cxx-plugin with %swift-build-c-plugin (#70188)
As pointed out in https://github.com/apple/swift/pull/70136#discussion_r1411417454 the substitution name does not make sense because we are compiling C code, not C++. This should not introduce any behavioural changes.
This commit is contained in:
committed by
GitHub
parent
b3a721d4df
commit
5d2e4a380c
@@ -3,7 +3,7 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: split-file %s %t
|
||||
|
||||
// RUN: %swift-build-cxx-plugin -o %t/mock-plugin %t/plugin.c
|
||||
// RUN: %swift-build-c-plugin -o %t/mock-plugin %t/plugin.c
|
||||
|
||||
// RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
|
||||
// RUN: -typecheck -verify \
|
||||
|
||||
Reference in New Issue
Block a user