mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
patch build to include last two fixes
This commit is contained in:
parent
9e341231ba
commit
981347b6e4
4 changed files with 11 additions and 8 deletions
|
@ -89,7 +89,7 @@ namespace Catch {
|
|||
public:
|
||||
TestRegistry()
|
||||
: m_currentSortOrder( RunTests::InDeclarationOrder ),
|
||||
m_unnamedCount( 0 )
|
||||
m_unnamedCount( 0 )
|
||||
{}
|
||||
virtual ~TestRegistry();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue