Skip to content

Commit a8e08be

Browse files
committed
Fixed a small typo
1 parent d4d13f9 commit a8e08be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestNSPipe.swift

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

2222
func test_NSPipe() {
2323
let expectation = self.expectationWithDescription("Should read data")
24-
let aPipe = XNPipe()
24+
let aPipe = NSPipe()
2525

2626
let text = "test-pipe"
2727

0 commit comments

Comments
 (0)