Skip to content

Commit 210c60d

Browse files
authored
Merge pull request #23023 from apple/revert-22930-xfail-dictionary-invalidation-test-5.1
Revert "[5.1][test] Dictionary: Skip a failing index validation test"
2 parents b04abaa + 89bfbb6 commit 210c60d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

validation-test/stdlib/Dictionary.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5239,9 +5239,7 @@ DictionaryTestSuite.test("Values.MutationDoesNotInvalidateIndices.Native") {
52395239
}
52405240

52415241
#if _runtime(_ObjC)
5242-
DictionaryTestSuite.test("Values.MutationDoesNotInvalidateIndices.Bridged")
5243-
.skip(.always("rdar://problem/47973577"))
5244-
.code {
5242+
DictionaryTestSuite.test("Values.MutationDoesNotInvalidateIndices.Bridged") {
52455243
let objects: [NSNumber] = [1, 2, 3, 4]
52465244
let keys: [NSString] = ["Blanche", "Rose", "Dorothy", "Sophia"]
52475245
let ns = NSDictionary(objects: objects, forKeys: keys)

0 commit comments

Comments
 (0)