Skip to content

Commit 9a77c37

Browse files
authored
Fixed syntactical errors
1 parent dd012b0 commit 9a77c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ximgproc/test/test_globalmatting.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ namespace opencv_test
3333
ASSERT_FALSE(foreground.empty()) << " Could not extract the foreground ";
3434
ASSERT_FALSE(alpha.empty()) << " Could not generate alpha matte ";
3535

36-
ASSERT_EQ(alpha.cols,img.cols)
37-
ASSERT_EQ(alpha.rows,img.rows)
36+
ASSERT_EQ(alpha.cols,img.cols);
37+
ASSERT_EQ(alpha.rows,img.rows);
3838

3939
}
4040

0 commit comments

Comments
 (0)