mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +01:00
[On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h
This commit is contained in:
parent
f31903ca3f
commit
9b851a3bcb
@ -15,7 +15,7 @@ namespace Catch {
|
|||||||
|
|
||||||
struct AssertionInfo
|
struct AssertionInfo
|
||||||
{
|
{
|
||||||
AssertionInfo() {}
|
AssertionInfo() : resultDisposition( ResultDisposition::Normal ) {}
|
||||||
AssertionInfo( std::string const& _macroName,
|
AssertionInfo( std::string const& _macroName,
|
||||||
SourceLineInfo const& _lineInfo,
|
SourceLineInfo const& _lineInfo,
|
||||||
std::string const& _capturedExpression,
|
std::string const& _capturedExpression,
|
||||||
|
Loading…
Reference in New Issue
Block a user