mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Removed __FUNCTION__ from SourceLineInfo
This commit is contained in:
parent
2a1e8bfc6e
commit
a4e088c999
2 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue