mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Removed redundant const
(also fixed test counts)
This commit is contained in:
@@ -131,7 +131,7 @@ inline std::string toString
|
||||
char* const value
|
||||
)
|
||||
{
|
||||
return Catch::toString( static_cast<const char* const>( value ) );
|
||||
return Catch::toString( static_cast<const char*>( value ) );
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user