Commit a885480c authored by catree's avatar catree

Remove temporary file used for test.

parent 1b7aa92e
......@@ -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
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