diff --git a/src/tests_deprecated/unit/engines/gna/gna_cppwrapper_test.cpp b/src/tests/unit/gna/gna_cpp_wrapper_test.cpp similarity index 99% rename from src/tests_deprecated/unit/engines/gna/gna_cppwrapper_test.cpp rename to src/tests/unit/gna/gna_cpp_wrapper_test.cpp index e858580c31f..4ca1336b10e 100644 --- a/src/tests_deprecated/unit/engines/gna/gna_cppwrapper_test.cpp +++ b/src/tests/unit/gna/gna_cpp_wrapper_test.cpp @@ -22,4 +22,3 @@ TEST_F(GNA_CPPWrapper_test, CPPWrapperConstructorCanWorkWithInputNotEqualToZero) TEST_F(GNA_CPPWrapper_test, CPPWrapperConstructorCanWorkWithoutAnyInput) { ASSERT_NO_THROW(GNAPluginNS::CPPWrapper()); } -