Skip to content

Commit 48ba095

Browse files
author
Greg Parker
committed
Revert "[test] Temporarily disable String.completePath() test."
This reverts commit df7ad7c.
1 parent 7b55db9 commit 48ba095

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/stdlib/NSStringAPI.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,8 @@ NSStringAPIs.test("compare(_:options:range:locale:)") {
363363
"абв".compare("абв", locale: Locale.current))
364364
}
365365

366-
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)")
367-
// FIXME: temporarily disabled due to OS problems
368-
.skip(.always("rdar://29593261"))
369-
.code {
366+
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)") {
370367
let (existingPath, nonExistentPath) = createNSStringTemporaryFile()
371-
372368
do {
373369
var count = nonExistentPath.completePath(caseSensitive: false)
374370
expectEqual(0, count)

0 commit comments

Comments
 (0)