Skip to content

Commit b952876

Browse files
author
Lance Parker
authored
Merge pull request #17720 from lancep/remove_test_workaround
Remove watchOS IO workaround
2 parents a19d973 + 1df13f6 commit b952876

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)