Skip to content

Commit 4aefb9f

Browse files
author
Andrey Pavlenko
committed
making the test deepper
1 parent 3656a1a commit 4aefb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/test/test_umat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ TEST(UMat, map_unmap_counting)
10361036
UMat um = m.getUMat(ACCESS_RW);
10371037
{
10381038
Mat d1 = um.getMat(ACCESS_RW);
1039-
//Mat d2 = um.getMat(ACCESS_RW);
1039+
Mat d2 = um.getMat(ACCESS_RW);
10401040
d1.release();
10411041
}
10421042
void* h = NULL;

0 commit comments

Comments
 (0)