Skip to content

Commit 123f953

Browse files
committed
NFC: Remove out of date FIXME in back-deploy-attr.swift test.
1 parent ed6d69f commit 123f953

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/ModuleInterface/back-deploy-attr.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// 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
1414
// RUN: %FileCheck %s --check-prefix FROMMODULE --check-prefix CHECK < %t/TestFromModule.swiftinterface
1515

16-
// FIXME(backDeploy): Verify that function bodies are emitted
17-
1816
public struct TopLevelStruct {
1917
// CHECK: @_backDeploy(macOS 11.0)
2018
// FROMSOURCE: public func backDeployedFunc1_SinglePlatform() -> Swift.Int { return 42 }

0 commit comments

Comments
 (0)