aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/GenerateProposalsLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/GenerateProposalsLayer.cpp')
-rw-r--r--tests/validation/NEON/GenerateProposalsLayer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/validation/NEON/GenerateProposalsLayer.cpp b/tests/validation/NEON/GenerateProposalsLayer.cpp
index 4ca2d57863..dd9c1eff0a 100644
--- a/tests/validation/NEON/GenerateProposalsLayer.cpp
+++ b/tests/validation/NEON/GenerateProposalsLayer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -286,9 +286,7 @@ DATA_TEST_CASE(IntegrationTestCaseGenerateProposals, framework::DatasetMode::ALL
};
const std::vector<float> anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 };
- ;
-
- SimpleTensor<float> proposals_expected(TensorShape(5, 9), DataType::F32);
+ SimpleTensor<float> proposals_expected(TensorShape(5, 9), DataType::F32);
fill_tensor(proposals_expected, std::vector<float>
{
0, 0, 0, 75.269, 64.4388,