mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix the back-deploy-attr.swift test case by using target-swiftc_driver instead of swiftc_driver.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user