We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30c38c + ab45795 commit 508af6bCopy full SHA for 508af6b
test/ModuleInterface/back-deploy-attr.swift
@@ -2,7 +2,7 @@
2
3
// Ensure @_backDeploy attributes and function bodies are printed in
4
// 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
+// 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
6
// RUN: %FileCheck %s --check-prefix FROMSOURCE --check-prefix CHECK < %t/Test.swiftinterface
7
8
// FIXME(backDeploy): Remove this step in favor of a test that exercises using
0 commit comments