fixed test compilation

This commit is contained in:
Sergey Nikulov
2014-07-21 19:26:26 +04:00
parent bd144cfa64
commit 9d107fb2d5

View File

@@ -455,7 +455,7 @@ TEST(Imgcodecs_Jpeg, encode_decode_rst_jpeg)
EXPECT_EQ(0, cvtest::norm(img_jpg_rst, img_jpg_normal, NORM_INF));
remove(output_optimized.c_str());
remove(output_rst.c_str());
}
#endif