mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-15 14:42:12 +01:00
Removed Ptr, Shared and SharedImpl
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Catch {
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class FreeFunctionTestCase : public SharedImpl<ITestCase> {
|
||||
class FreeFunctionTestCase : public ITestCase {
|
||||
public:
|
||||
|
||||
FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {}
|
||||
|
||||
Reference in New Issue
Block a user