Skip to content

Commit 4b7ee10

Browse files
committed
[test] Disable decl/ext/objc_implementation.swift
1 parent 41bae24 commit 4b7ee10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/decl/ext/objc_implementation.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-typecheck-verify-swift -import-objc-header %S/Inputs/objc_implementation.h -enable-experimental-feature ObjCImplementation -enable-experimental-feature CImplementation -target %target-stable-abi-triple
22
// REQUIRES: objc_interop
33

4+
// Temporarily disabled rdar://128683206
5+
// REQUIRES: rdar128683206
6+
47
protocol EmptySwiftProto {}
58

69
@objc @implementation extension ObjCClass: EmptySwiftProto, EmptyObjCProto {

0 commit comments

Comments
 (0)