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.
2 parents b655c7a + 35b6c12 commit 3cc39dfCopy full SHA for 3cc39df
Sources/SKTestSupport/SkipUnless.swift
@@ -372,8 +372,8 @@ package actor SkipUnless {
372
let output = try result.utf8Output()
373
switch output {
374
case "": return false
375
- case "let x = 1": return true
376
- default: throw GenericError("Received unexpected formatting output: \(output)")
+ case "let x = 1\n": return true
+ default: throw GenericError("Received unexpected formatting output: '\(output)'")
377
}
378
379
0 commit comments