Skip to content

Commit

Permalink
remove redundant symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Sep 27, 2024
1 parent 7783b63 commit f9031d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 72 deletions.
1 change: 0 additions & 1 deletion FlyingFox/XCTests/Socket+Pair.swift

This file was deleted.

1 change: 0 additions & 1 deletion FlyingFox/XCTests/XCTest+Extension.swift

This file was deleted.

70 changes: 0 additions & 70 deletions FlyingSocks/XCTests/Socket+Pair.swift

This file was deleted.

3 changes: 3 additions & 0 deletions FlyingSocks/XCTests/SocketPoolTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,6 @@ extension IdentifiableContinuation where T: Sendable {
}
}

extension Socket.FileDescriptor {
static let validMock = Socket.FileDescriptor(rawValue: 999)
}

0 comments on commit f9031d6

Please sign in to comment.