aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/MeanStdDev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/MeanStdDev.cpp')
-rw-r--r--tests/validation/NEON/MeanStdDev.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/MeanStdDev.cpp b/tests/validation/NEON/MeanStdDev.cpp
index 44f7178f5e..d8b3fd88cd 100644
--- a/tests/validation/NEON/MeanStdDev.cpp
+++ b/tests/validation/NEON/MeanStdDev.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -44,7 +44,7 @@ RelativeTolerance<float> tolerance_rel_low_error(0.0005f);
TEST_SUITE(NEON)
TEST_SUITE(MeanStdDev)
-DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(concat(datasets::Small2DShapes(), datasets::Large2DShapes()), framework::dataset::make("DataType", DataType::U8)), shape, data_type)
+DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(datasets::Small2DShapes(), framework::dataset::make("DataType", DataType::U8)), shape, data_type)
{
// Create tensors
Tensor src = create_tensor<Tensor>(shape, data_type);