diff --git a/modules/cudaarithm/test/test_arithm.cpp b/modules/cudaarithm/test/test_arithm.cpp index 0ee4e34699..257f5233cc 100644 --- a/modules/cudaarithm/test/test_arithm.cpp +++ b/modules/cudaarithm/test/test_arithm.cpp @@ -46,6 +46,8 @@ using namespace cvtest; +namespace { + ////////////////////////////////////////////////////////////////////////////// // GEMM @@ -401,4 +403,6 @@ INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Convolve, testing::Combine( #endif // HAVE_CUBLAS +} // namespace + #endif // HAVE_CUDA