aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/WarpPerspective.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/WarpPerspective.cpp')
-rw-r--r--tests/validation/NEON/WarpPerspective.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/NEON/WarpPerspective.cpp b/tests/validation/NEON/WarpPerspective.cpp
index 9c1358bb15..45d3a0b878 100644
--- a/tests/validation/NEON/WarpPerspective.cpp
+++ b/tests/validation/NEON/WarpPerspective.cpp
@@ -67,7 +67,7 @@ DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(combine(combi
// Create the matrix
std::array<float, 9> matrix = { { 0 } };
- fill_warp_matrix<9>(matrix, 3, 3);
+ fill_warp_matrix<9>(matrix);
// Create tensors
Tensor src = create_tensor<Tensor>(shape, data_type);