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.
SkipUnless
1 parent 6eb8006 commit 35b6c12Copy full SHA for 35b6c12
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