Commit 5195a738 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11191 from catree:remove_temp_file_test_read_write.cpp

parents d3aeb454 a885480c
......@@ -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