Rename test from CropNV12 to NV12Crop

When scanning profiles for unexpected _C functions
this test function contained the substring.
Changing the name will simplify the search.

TBR=harryjin@google.com
BUG=libyuv:543

Review URL: https://codereview.chromium.org/1602363002 .
This commit is contained in:
Frank Barchard 2016-01-19 16:43:51 -08:00
parent 8c196f4d4c
commit 085bfc1d04

View File

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