1212
1313% {
1414from gyb_stdlib_support import TRAVERSALS, collectionForTraversal
15+ from gyb_stdlib_unittest_support import TRACE, stackTrace, trace
1516} %
1617
1718import StdlibUnittest
@@ -666,12 +667,7 @@ public struct ${Self}<
666667//===----------------------------------------------------------------------===//
667668
668669public 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}
675671) where
676672 T : LoggingType,
677673 T . Base : Wrapper, T . Base : LoggingType,
@@ -683,12 +679,7 @@ public func expectCustomizable<T : Wrapper>(
683679}
684680
685681public 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}
692683) where
693684 T : LoggingType,
694685 T . Base : Wrapper, T . Base : LoggingType,
0 commit comments