[GNA] Moved cpp_wrapper test (#10297)

* [GNA] Moved cpp_wrapper test

* [GNA] fixed copyright data
This commit is contained in:
Andrey Noskov
2022-02-16 14:19:29 +03:00
committed by GitHub
parent fc5a416423
commit e2948a807c

View File

@@ -22,4 +22,3 @@ TEST_F(GNA_CPPWrapper_test, CPPWrapperConstructorCanWorkWithInputNotEqualToZero)
TEST_F(GNA_CPPWrapper_test, CPPWrapperConstructorCanWorkWithoutAnyInput) {
ASSERT_NO_THROW(GNAPluginNS::CPPWrapper<Gna2Model>());
}