We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8590a9e commit 9d7ba10Copy full SHA for 9d7ba10
Sources/Testing/ExitTests/ExitTest.swift
@@ -690,7 +690,7 @@ extension ExitTest {
690
return nil
691
}
692
693
- return try? FileHandle(unsafePOSIXFileDescriptor: fd, mode: mode)
+ return try! FileHandle(unsafePOSIXFileDescriptor: fd, mode: mode)
694
695
696
/// Make a string suitable for use as the value of an environment variable
0 commit comments