aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/CL/ConvolutionLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/CL/ConvolutionLayer.cpp')
-rw-r--r--tests/benchmark_new/CL/ConvolutionLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_new/CL/ConvolutionLayer.cpp b/tests/benchmark_new/CL/ConvolutionLayer.cpp
index 3a74fbbaba..6e0d6ffc2a 100644
--- a/tests/benchmark_new/CL/ConvolutionLayer.cpp
+++ b/tests/benchmark_new/CL/ConvolutionLayer.cpp
@@ -39,7 +39,7 @@ namespace arm_compute
{
namespace test
{
-using CLConvolutionLayerFixture = ConvolutionLayerFixture<CLTensor, CLConvolutionLayer, cl::CLAccessor>;
+using CLConvolutionLayerFixture = ConvolutionLayerFixture<CLTensor, CLConvolutionLayer, CLAccessor>;
TEST_SUITE(CL)