From 380cc520f3a47958061645f2c88537458034f4a3 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Sat, 3 Dec 2016 13:17:37 +0300 Subject: [PATCH] build: fix cuda tests --- modules/cudaarithm/test/test_arithm.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 -- GitLab