Skip to content

Commit

Permalink
NFC: Remove out of date FIXME in back-deploy-attr.swift test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshortli committed Feb 19, 2022
1 parent ed6d69f commit 123f953
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/ModuleInterface/back-deploy-attr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// 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
// RUN: %FileCheck %s --check-prefix FROMMODULE --check-prefix CHECK < %t/TestFromModule.swiftinterface

// FIXME(backDeploy): Verify that function bodies are emitted

public struct TopLevelStruct {
// CHECK: @_backDeploy(macOS 11.0)
// FROMSOURCE: public func backDeployedFunc1_SinglePlatform() -> Swift.Int { return 42 }
Expand Down

0 comments on commit 123f953

Please sign in to comment.