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.
1 parent ed6d69f commit 123f953Copy full SHA for 123f953
test/ModuleInterface/back-deploy-attr.swift
@@ -13,8 +13,6 @@
13
// RUN: %target-swift-frontend -emit-module -o /dev/null -merge-modules %t/Test.swiftmodule -disable-objc-attr-requires-foundation-module -emit-module-interface-path %t/TestFromModule.swiftinterface -module-name Test
14
// RUN: %FileCheck %s --check-prefix FROMMODULE --check-prefix CHECK < %t/TestFromModule.swiftinterface
15
16
-// FIXME(backDeploy): Verify that function bodies are emitted
17
-
18
public struct TopLevelStruct {
19
// CHECK: @_backDeploy(macOS 11.0)
20
// FROMSOURCE: public func backDeployedFunc1_SinglePlatform() -> Swift.Int { return 42 }
0 commit comments