Skip to content

Commit c3f9017

Browse files
committed
Merge cucumber#188 'Fixing Visual Studio 2013 error: no appropriate default constructor available'
2 parents 70fa12c + 44d80fa commit c3f9017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/StepManagerTest.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ using namespace cucumber::internal;
1212

1313
class StepManagerTest : public ::testing::Test {
1414
public:
15+
virtual ~StepManagerTest() {}
1516
typedef StepManagerTestDouble StepManager;
1617

1718
protected:
19+
StepManagerTest() {}
1820
const static char *a_matcher;
1921
const static char *another_matcher;
2022
const static char *no_match;

0 commit comments

Comments
 (0)