Skip to content

Commit 20523e5

Browse files
authored
Mark 'test/FixCode/fixits-apply.swift' as requiring 'objc_interop' (#4333)
* [test] Mark 'test/FixCode/fixits-apply.swift' as requiring 'objc_interop'. This is because it depends on using AnyObject. * [test] Need to update the result file as well.
2 parents 0bd4a0a + 4679525 commit 20523e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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

test/FixCode/fixits-apply.swift.result

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)