Commit 48612d7c authored by Vladislav Vinogradov's avatar Vladislav Vinogradov Committed by Alexander Smorkalov

Revert "disable gpu Subtract_Array test:"

This reverts commit e91bf95d.
(cherry picked from commit da44a2fa)
parent 8ba84f4b
......@@ -422,7 +422,7 @@ PARAM_TEST_CASE(Subtract_Array, cv::gpu::DeviceInfo, cv::Size, std::pair<MatDept
}
};
GPU_TEST_P(Subtract_Array, DISABLED_Accuracy)
GPU_TEST_P(Subtract_Array, Accuracy)
{
cv::Mat mat1 = randomMat(size, stype);
cv::Mat mat2 = randomMat(size, stype);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment