Skip to content

Commit 6e70bdf

Browse files
committed
Test needs objc_interop
1 parent 9181007 commit 6e70bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILGen/objc_dynamic_replacement.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// RUN: %target-swift-frontend -I %t -module-name SomeModule -emit-module -emit-module-path=%t/SomeModule.swiftmodule %S/Inputs/objc_dynamic_replacement.swift -enable-private-imports -swift-version 5 -enable-implicit-dynamic
33
// RUN: %target-swift-emit-silgen -I %t -enable-sil-ownership %s -swift-version 5 | %FileCheck %s
44

5+
// REQUIRES: objc_interop
6+
57
import Foundation
68
@_private(sourceFile: "Foo.swift") import SomeModule
79

0 commit comments

Comments
 (0)