Fix the back-deploy-attr.swift test case by using target-swiftc_driver instead of swiftc_driver.

This commit is contained in:
Allan Shortlidge
2022-02-09 09:18:23 -08:00
parent f417630054
commit ab457959b1

View File

@@ -2,7 +2,7 @@
// Ensure @_backDeploy attributes and function bodies are printed in // Ensure @_backDeploy attributes and function bodies are printed in
// swiftinterface files. // swiftinterface files.
// RUN: %swiftc_driver -emit-module -o %t/Test.swiftmodule -emit-module-interface-path %t/Test.swiftinterface -enable-library-evolution -verify-emitted-module-interface -module-name Test %s // RUN: %target-swiftc_driver -emit-module -o %t/Test.swiftmodule -emit-module-interface-path %t/Test.swiftinterface -enable-library-evolution -verify-emitted-module-interface -module-name Test %s
// RUN: %FileCheck %s --check-prefix FROMSOURCE --check-prefix CHECK < %t/Test.swiftinterface // RUN: %FileCheck %s --check-prefix FROMSOURCE --check-prefix CHECK < %t/Test.swiftinterface
// FIXME(backDeploy): Remove this step in favor of a test that exercises using // FIXME(backDeploy): Remove this step in favor of a test that exercises using