[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:
Daniel Rodríguez Troitiño
2023-12-04 09:24:35 -08:00
committed by GitHub
parent b3a721d4df
commit 5d2e4a380c
6 changed files with 7 additions and 7 deletions

View File

@@ -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 \