Commit cf2d6f67 authored by MYLS's avatar MYLS

solve errors and warnings

Modified performance test and solve a problem caused by an enum type.
parent 78ca5ddd
...@@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text, ...@@ -48,7 +48,7 @@ PERF_TEST_P(Size_Mat_StrType, fs_text,
remove(file_name.c_str()); remove(file_name.c_str());
SANITY_CHECK(dst, 1); EXPECT_EQ( src, dst );
} }
PERF_TEST_P(Size_Mat_StrType, fs_base64, PERF_TEST_P(Size_Mat_StrType, fs_base64,
...@@ -83,5 +83,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64, ...@@ -83,5 +83,6 @@ PERF_TEST_P(Size_Mat_StrType, fs_base64,
} }
remove(file_name.c_str()); remove(file_name.c_str());
SANITY_CHECK(dst, 1);
EXPECT_EQ( src, dst );
} }
This diff is collapsed.
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