mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Support stream composition of testcase names
This commit is contained in:
@@ -34,7 +34,7 @@ namespace unit_test {
|
||||
|
||||
/** Write test results to the specified output stream. */
|
||||
/** @{ */
|
||||
inline
|
||||
template <class = void>
|
||||
void
|
||||
print (results const& r, abstract_ostream& stream)
|
||||
{
|
||||
@@ -66,7 +66,7 @@ print (results const& r, abstract_ostream& stream)
|
||||
;
|
||||
}
|
||||
|
||||
inline
|
||||
template <class = void>
|
||||
void
|
||||
print (results const& r, std::ostream& stream = std::cout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user