From d616cb906e6fb7eda3d1527c0ac3d630fc1c71c7 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Wed, 27 Sep 2017 10:07:45 +0100 Subject: COMPMID-510: Cleaned up Warp tests. Change-Id: I8e3fece5b786b5529e8f1320fb5794e43756ec4a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89274 Tested-by: Kaizen Reviewed-by: Georgios Pinitas Reviewed-by: Anthony Barbier --- tests/validation/CL/WarpAffine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/CL/WarpAffine.cpp') diff --git a/tests/validation/CL/WarpAffine.cpp b/tests/validation/CL/WarpAffine.cpp index 9177fcb5a7..9db2ccaacc 100644 --- a/tests/validation/CL/WarpAffine.cpp +++ b/tests/validation/CL/WarpAffine.cpp @@ -66,7 +66,7 @@ DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(combine(combi // Create the matrix std::array matrix{ {} }; - fill_warp_matrix<6>(matrix, 3, 2); + fill_warp_matrix<6>(matrix); // Create tensors CLTensor src = create_tensor(shape, data_type); -- cgit v1.2.1