mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-27 02:35:39 +01:00
Removed __FUNCTION__ from SourceLineInfo
This commit is contained in:
@@ -17,8 +17,6 @@ namespace Catch {
|
||||
: m_lineInfo( lineInfo ) {
|
||||
std::ostringstream oss;
|
||||
oss << lineInfo << "function ";
|
||||
if( !lineInfo.function.empty() )
|
||||
oss << lineInfo.function << " ";
|
||||
oss << "not implemented";
|
||||
m_what = oss.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user