diff --git a/Tests/RxCocoaTests/DelegateProxyTest.swift b/Tests/RxCocoaTests/DelegateProxyTest.swift index 0d67b25a6..b0f930f03 100644 --- a/Tests/RxCocoaTests/DelegateProxyTest.swift +++ b/Tests/RxCocoaTests/DelegateProxyTest.swift @@ -773,7 +773,6 @@ extension MockTestDelegateProtocol : UIPickerViewDelegate { } -#endif @objc class MockDelegate: NSObject, UICollectionViewDelegate { @objc var demoText: String { @@ -799,3 +798,4 @@ extension DelegateProxyTest { } } } +#endif