aboutsummaryrefslogtreecommitdiff
path: root/tests/GLES_COMPUTE
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GLES_COMPUTE')
-rw-r--r--tests/GLES_COMPUTE/Helper.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/GLES_COMPUTE/Helper.h b/tests/GLES_COMPUTE/Helper.h
index c2cd7c0dc8..65f992623a 100644
--- a/tests/GLES_COMPUTE/Helper.h
+++ b/tests/GLES_COMPUTE/Helper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -35,8 +35,6 @@ namespace arm_compute
{
namespace test
{
-namespace gles_compute
-{
/** Helper to create an empty tensor.
*
* @param[in] shape Desired shape.
@@ -92,7 +90,6 @@ inline void print_tensor(ITensor &tensor, const std::string &name, IOFormatInfo
std::cout << s.str().c_str();
t.unmap();
}
-} // namespace gles_compute
} // namespace test
} // namespace arm_compute
#endif /* __ARM_COMPUTE_TEST_GC_HELPER_H__ */