mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Fixed up OcMethod base
This commit is contained in:
parent
720fdf1d02
commit
989222eceb
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
class OcMethod : public SharedImpl<ITestInvoker> {
|
class OcMethod : public ITestInvoker {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}
|
OcMethod( Class cls, SEL sel ) : m_cls( cls ), m_sel( sel ) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user