Skip to content

Commit 7e2fd3a

Browse files
committed
Mark test as requiring Objective-C interoperability.
1 parent 587a89f commit 7e2fd3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/APINotes/obsoleted.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: not %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 3 %s
22
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 4.2 %s
33
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs/custom-modules -F %S/Inputs/custom-frameworks -swift-version 5 %s
4+
// REQUIRES: objc_interop
45
import ObsoletedAPINotesTest
56

67
let _: FooID // expected-error{{'FooID' has been renamed to 'Foo_ID'}}

0 commit comments

Comments
 (0)