diff --git a/modules/cudev/test/test_nd.cu b/modules/cudev/test/test_nd.cu index 2fc3f396b95..b3d8bc0b86f 100644 --- a/modules/cudev/test/test_nd.cu +++ b/modules/cudev/test/test_nd.cu @@ -101,7 +101,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); @@ -140,7 +140,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); @@ -169,7 +169,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); @@ -204,7 +204,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;