Fix virtual inheritance for class PadLayerTest (#3912)
This commit is contained in:
parent
cbc77f7b7d
commit
562e01843f
@ -27,7 +27,7 @@ typedef std::tuple<
|
|||||||
> padLayerTestParamsSet;
|
> padLayerTestParamsSet;
|
||||||
|
|
||||||
class PadLayerTest : public testing::WithParamInterface<padLayerTestParamsSet>,
|
class PadLayerTest : public testing::WithParamInterface<padLayerTestParamsSet>,
|
||||||
public LayerTestsUtils::LayerTestsCommon {
|
virtual public LayerTestsUtils::LayerTestsCommon {
|
||||||
public:
|
public:
|
||||||
static std::string getTestCaseName(testing::TestParamInfo<padLayerTestParamsSet> obj);
|
static std::string getTestCaseName(testing::TestParamInfo<padLayerTestParamsSet> obj);
|
||||||
|
|
||||||
@ -35,4 +35,4 @@ protected:
|
|||||||
void SetUp() override;
|
void SetUp() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace LayerTestsDefinitions
|
} // namespace LayerTestsDefinitions
|
||||||
|
Loading…
Reference in New Issue
Block a user