12
12
13
13
% {
14
14
from gyb_stdlib_support import TRAVERSALS, collectionForTraversal
15
+ from gyb_stdlib_unittest_support import TRACE, stackTrace, trace
15
16
} %
16
17
17
18
import StdlibUnittest
@@ -666,12 +667,7 @@ public struct ${Self}<
666
667
//===----------------------------------------------------------------------===//
667
668
668
669
public func expectCustomizable< T : Wrapper> (
669
- _: T, _ counters: TypeIndexed < Int > ,
670
- //===--- TRACE boilerplate ----------------------------------------------===//
671
- _ message: @autoclosure ( ) - > String = " " ,
672
- showFrame: Bool = true ,
673
- stackTrace: SourceLocStack = SourceLocStack ( ) ,
674
- file: String = #file, line: UInt = #line
670
+ _: T, _ counters: TypeIndexed < Int > , ${ TRACE}
675
671
) where
676
672
T : LoggingType,
677
673
T . Base : Wrapper, T . Base : LoggingType,
@@ -683,12 +679,7 @@ public func expectCustomizable<T : Wrapper>(
683
679
}
684
680
685
681
public func expectNotCustomizable< T : Wrapper> (
686
- _: T, _ counters: TypeIndexed < Int > ,
687
- //===--- TRACE boilerplate ----------------------------------------------===//
688
- _ message: @autoclosure ( ) - > String = " " ,
689
- showFrame: Bool = true ,
690
- stackTrace: SourceLocStack = SourceLocStack ( ) ,
691
- file: String = #file, line: UInt = #line
682
+ _: T, _ counters: TypeIndexed < Int > , ${ TRACE}
692
683
) where
693
684
T : LoggingType,
694
685
T . Base : Wrapper, T . Base : LoggingType,
0 commit comments