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/WarpPerspective.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/CL/WarpPerspective.cpp') diff --git a/tests/validation/CL/WarpPerspective.cpp b/tests/validation/CL/WarpPerspective.cpp index 011fe905da..2edf9119d6 100644 --- a/tests/validation/CL/WarpPerspective.cpp +++ b/tests/validation/CL/WarpPerspective.cpp @@ -67,7 +67,7 @@ DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(combine(combi // Create the matrix std::array matrix = { { 0 } }; - fill_warp_matrix<9>(matrix, 3, 3); + fill_warp_matrix<9>(matrix); // Create tensors CLTensor src = create_tensor(shape, data_type); -- cgit v1.2.1