aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/WarpAffine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/WarpAffine.cpp')
-rw-r--r--tests/validation/CL/WarpAffine.cpp2
1 files changed, 1 insertions, 1 deletions
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<float, 6> matrix{ {} };
- fill_warp_matrix<6>(matrix, 3, 2);
+ fill_warp_matrix<6>(matrix);
// Create tensors
CLTensor src = create_tensor<CLTensor>(shape, data_type);