Skip to content

Commit 2d2cae0

Browse files
akyrtzibenlangmuir
authored andcommitted
[test] Mark 'test/FixCode/fixits-apply.swift' as requiring 'objc_interop'.
This is because it depends on using AnyObject.
1 parent c15772b commit 2d2cae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/FixCode/fixits-apply.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: not %swift -parse -target %target-triple %s -emit-fixits-path %t.remap -I %S/Inputs
22
// RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %s.result
33

4+
// REQUIRES: objc_interop
5+
46
class Base {}
57
class Derived : Base {}
68

0 commit comments

Comments
 (0)