| Index: unit_test/convert_test.cc
|
| diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc
|
| index efb4d49706a7f82110d4eb8c501786e2473b2278..c4d264a48eb40b31d4507161f099123ed06c0111 100644
|
| --- a/unit_test/convert_test.cc
|
| +++ b/unit_test/convert_test.cc
|
| @@ -1348,7 +1348,7 @@ TEST_F(LibYUVConvertTest, MJPGToARGB) {
|
|
|
| #endif // HAVE_JPEG
|
|
|
| -TEST_F(LibYUVConvertTest, CropNV12) {
|
| +TEST_F(LibYUVConvertTest, NV12Crop) {
|
| const int SUBSAMP_X = 2;
|
| const int SUBSAMP_Y = 2;
|
| const int kWidth = benchmark_width_;
|
|
|