Commit 4aefb9f2 authored by Andrey Pavlenko's avatar Andrey Pavlenko

making the test deepper

parent 3656a1aa
......@@ -1036,7 +1036,7 @@ TEST(UMat, map_unmap_counting)
UMat um = m.getUMat(ACCESS_RW);
{
Mat d1 = um.getMat(ACCESS_RW);
//Mat d2 = um.getMat(ACCESS_RW);
Mat d2 = um.getMat(ACCESS_RW);
d1.release();
}
void* h = NULL;
......
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