Skip to content

Commit 802e616

Browse files
committed
Update Testing
1 parent 4b91777 commit 802e616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/MachOTestingSupport/Extensions.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ extension DyldCache {
2626

2727
extension CustomStringConvertible {
2828
package func print() {
29+
#if !SILENT_TEST
2930
Swift.print(self)
31+
#endif
3032
}
3133
}
3234

3335
extension Error {
3436
package func print() {
37+
#if !SILENT_TEST
3538
Swift.print(self)
39+
#endif
3640
}
3741
}

0 commit comments

Comments
 (0)