Skip to content

Commit ab45795

Browse files
committed
Fix the back-deploy-attr.swift test case by using target-swiftc_driver instead of swiftc_driver.
1 parent f417630 commit ab45795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/back-deploy-attr.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Ensure @_backDeploy attributes and function bodies are printed in
44
// swiftinterface files.
5-
// 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
5+
// 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
66
// RUN: %FileCheck %s --check-prefix FROMSOURCE --check-prefix CHECK < %t/Test.swiftinterface
77

88
// FIXME(backDeploy): Remove this step in favor of a test that exercises using

0 commit comments

Comments
 (0)