Skip to content

Commit 378e88f

Browse files
Itai Ferberitaiferber
Itai Ferber
authored andcommitted
Uncomment NSPipe unit test
1 parent 30dc757 commit 378e88f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TestFoundation/TestNSPipe.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ class TestNSPipe : XCTestCase {
2121

2222
static var allTests: [(String, (TestNSPipe) -> () throws -> Void)] {
2323
return [
24-
// Currently disabled until NSString implements dataUsingEncoding
25-
// ("test_NSPipe", test_NSPipe)
24+
("test_NSPipe", test_NSPipe)
2625
]
2726
}
2827

0 commit comments

Comments
 (0)