Skip to content

Commit 508af6b

Browse files
authored
Merge pull request #41298 from tshortli/back-deploy-attr-test-fix
Fix the back-deploy-attr.swift test case
2 parents f30c38c + ab45795 commit 508af6b

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)