Skip to content

Commit 6c97fe4

Browse files
committed
[test] Reenable previously disabled Dictionary tests
1 parent 68a5331 commit 6c97fe4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

validation-test/stdlib/Dictionary.swift

+2-6
Original file line numberDiff line numberDiff line change
@@ -3429,9 +3429,7 @@ DictionaryTestSuite.test("BridgedToObjC.Verbatim.getObjects:andKeys:count:") {
34293429
// Key type and value type are bridged non-verbatim.
34303430
//===---
34313431

3432-
DictionaryTestSuite.test("BridgedToObjC.KeyValue_ValueTypesCustomBridged")
3433-
.skip(.always("rdar://problem/41871587"))
3434-
.code {
3432+
DictionaryTestSuite.test("BridgedToObjC.KeyValue_ValueTypesCustomBridged") {
34353433
let d = getBridgedNSDictionaryOfKeyValue_ValueTypesCustomBridged()
34363434
let enumerator = d.keyEnumerator()
34373435

@@ -3545,9 +3543,7 @@ func getBridgedNSDictionaryOfKey_ValueTypeCustomBridged() -> NSDictionary {
35453543
return bridged
35463544
}
35473545

3548-
DictionaryTestSuite.test("BridgedToObjC.Key_ValueTypeCustomBridged")
3549-
.skip(.always("rdar://problem/41871587"))
3550-
.code {
3546+
DictionaryTestSuite.test("BridgedToObjC.Key_ValueTypeCustomBridged") {
35513547
let d = getBridgedNSDictionaryOfKey_ValueTypeCustomBridged()
35523548
let enumerator = d.keyEnumerator()
35533549

0 commit comments

Comments
 (0)