Fixed formatting

This commit is contained in:
Bartek Kryza
2024-05-20 22:53:40 +02:00
parent 31100af689
commit fbe416b50e
12 changed files with 30 additions and 72 deletions

View File

@@ -248,7 +248,8 @@ void try_run_test_case(const diagram_source_storage &diagrams, TC &&tc)
std::cout << "-----------------------------------------------------"
"--------------------------\n";
std::cout << "Test case failed for diagram type "
<< T::diagram_type_name << ": " << "\n\n";
<< T::diagram_type_name << ": "
<< "\n\n";
std::cout << diagrams.get<T>().to_string() << "\n";
throw e;
@@ -610,7 +611,6 @@ void CHECK_INCLUDE_DIAGRAM(const clanguml::config::config &config,
#include "t20052/test_case.h"
#include "t20053/test_case.h"
///
/// Package diagram tests
///