Fix virtual inheritance for class PadLayerTest (#3912)

This commit is contained in:
Alexander Perepelkin 2021-01-20 15:17:25 +03:00 committed by GitHub
parent cbc77f7b7d
commit 562e01843f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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