mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Constify various autoregistry globals to avoid clang-tidy complaints
Closes #2582
This commit is contained in:
@@ -307,7 +307,7 @@ void print( std::ostream& os, int const level, std::string const& title, Catch::
|
||||
// 2. My listener and registration:
|
||||
//
|
||||
|
||||
char const * dashed_line =
|
||||
char const * const dashed_line =
|
||||
"--------------------------------------------------------------------------";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user