diff --git a/modules/cudev/test/test_nd.cu b/modules/cudev/test/test_nd.cu index fc41f4b1e9d..6253c9874cc 100644 --- a/modules/cudev/test/test_nd.cu +++ b/modules/cudev/test/test_nd.cu @@ -95,7 +95,7 @@ public: static void doTest3(const SizeArray& size) { - if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F + if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F return; const MatType gold = RandomMat(size); @@ -134,7 +134,7 @@ public: static void doTest4(const SizeArray& size) { - if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F + if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F return; const MatType gold = RandomMat(size); @@ -163,7 +163,7 @@ public: static void doTest5(const SizeArray& size) { - if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F + if (std::is_same::value) // GpuMat::convertTo is not implemented for CV_16F return; const MatType gold = RandomMat(size); @@ -198,7 +198,7 @@ using ElemTypes = ::testing::Types< Vec, Vec, Vec, Vec, // CV_32S Vec, Vec, Vec, Vec, // CV_32F Vec, Vec, Vec, Vec, //CV_64F - Vec, Vec, Vec, Vec // CV_16F + Vec, Vec, Vec, Vec // CV_16F >; using SizeArray = GpuMatND::SizeArray;