mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
First cut of new test spec parser code
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Catch {
|
||||
bool throws;
|
||||
};
|
||||
|
||||
class TestCase : protected TestCaseInfo {
|
||||
class TestCase : public TestCaseInfo {
|
||||
public:
|
||||
|
||||
TestCase( ITestCase* testCase, TestCaseInfo const& info );
|
||||
|
Reference in New Issue
Block a user