Skip to content

Commit 1df13f6

Browse files
author
Lance Parker
committed
Remove watchOS IO workaround
1 parent 454afbd commit 1df13f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/private/StdlibUnittest/StdlibUnittest.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,9 +1268,6 @@ struct _ParentProcess {
12681268
let crashOutput = crashStdout + crashStderr
12691269
for expectedSubstring in t.crashOutputMatches {
12701270
var found = false
1271-
if crashOutput.isEmpty && expectedSubstring.isEmpty {
1272-
found = true
1273-
}
12741271
for s in crashOutput {
12751272
if findSubstring(s, expectedSubstring) != nil {
12761273
found = true

0 commit comments

Comments
 (0)