aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/Floor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/Floor.cpp')
-rw-r--r--tests/benchmark/CL/Floor.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/benchmark/CL/Floor.cpp b/tests/benchmark/CL/Floor.cpp
index b2ada0ebc5..3acf50c9f8 100644
--- a/tests/benchmark/CL/Floor.cpp
+++ b/tests/benchmark/CL/Floor.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,6 +37,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType", { DataType::F32 });
@@ -50,5 +52,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(Floor, CLFloorFixture, framework::DatasetMode::A
framework::dataset::combine(datasets::SmallShapes(), data_types));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute