Remove temporary file used for test.

This commit is contained in:
catree 2018-03-29 18:34:30 +02:00
parent 1b7aa92eb6
commit a885480c9e

View File

@ -145,6 +145,7 @@ TEST(Imgcodecs_Image, write_umat)
ASSERT_FALSE(image2.empty());
EXPECT_PRED_FORMAT2(cvtest::MatComparator(0, 0), image1, image2);
EXPECT_EQ(0, remove(dst_name.c_str()));
}
}} // namespace