build: fix cuda tests
authorAlexander Alekhin <alexander.alekhin@intel.com>
Sat, 3 Dec 2016 10:17:37 +0000 (13:17 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Sat, 3 Dec 2016 10:17:37 +0000 (13:17 +0300)
modules/cudaarithm/test/test_arithm.cpp

index 0ee4e34..257f523 100644 (file)
@@ -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