Fix virtual inheritance for class PadLayerTest (#3914)

This commit is contained in:
Alexander Perepelkin
2021-01-20 15:17:29 +03:00
committed by GitHub
parent c4ac476d2a
commit 1eeaad3c82

View File

@@ -28,7 +28,7 @@ typedef std::tuple<
namespace LayerTestsDefinitions {
class PadLayerTest : public testing::WithParamInterface<padLayerTestParamsSet>,
public LayerTestsUtils::LayerTestsCommon {
virtual public LayerTestsUtils::LayerTestsCommon {
public:
static std::string getTestCaseName(testing::TestParamInfo<padLayerTestParamsSet> obj);
@@ -36,4 +36,4 @@ protected:
void SetUp() override;
};
} // namespace LayerTestsDefinitions
} // namespace LayerTestsDefinitions