File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3429,9 +3429,7 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
3429
3429
// Key type and value type are bridged non-verbatim.
3430
3430
//===---
3431
3431
3432
- DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " )
3433
- . skip ( . always( " rdar://problem/41871587 " ) )
3434
- . code {
3432
+ DictionaryTestSuite . test ( " BridgedToObjC.KeyValue_ValueTypesCustomBridged " ) {
3435
3433
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged ( )
3436
3434
let enumerator = d. keyEnumerator ( )
3437
3435
@@ -3545,9 +3543,7 @@ func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged() -> NSDictionary {
3545
3543
return bridged
3546
3544
}
3547
3545
3548
- DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " )
3549
- . skip ( . always( " rdar://problem/41871587 " ) )
3550
- . code {
3546
+ DictionaryTestSuite . test ( " BridgedToObjC.Key_ValueTypeCustomBridged " ) {
3551
3547
let d = getBridgedNSDictionaryOfKey_ValueTypeCustomBridged ( )
3552
3548
let enumerator = d. keyEnumerator ( )
3553
3549
You can’t perform that action at this time.
0 commit comments