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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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