Skip to content

Commit dd012b0

Browse files
authored
Fixed buildbot errors
1 parent c717544 commit dd012b0

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
@@ -30,8 +30,8 @@ namespace opencv_test
3030
int niter = 9;
3131
gm->getMat(img,trimap,foreground,alpha,niter);
3232

33-
ASSERT_FALSE(foreground.empty()) << " Could not extract the foreground " <<
34-
ASSERT_FALSE(alpha.empty()) << " Could not generate alpha matte " <<
33+
ASSERT_FALSE(foreground.empty()) << " Could not extract the foreground ";
34+
ASSERT_FALSE(alpha.empty()) << " Could not generate alpha matte ";
3535

3636
ASSERT_EQ(alpha.cols,img.cols)
3737
ASSERT_EQ(alpha.rows,img.rows)

0 commit comments

Comments
 (0)