Remove temporary file used for test.

pull/11191/head
catree 7 years ago
parent 1b7aa92eb6
commit a885480c9e
  1. 1
      modules/imgcodecs/test/test_read_write.cpp

@ -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

Loading…
Cancel
Save