aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/UNIT/TensorAllocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/UNIT/TensorAllocator.cpp')
-rw-r--r--tests/validation/CL/UNIT/TensorAllocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/CL/UNIT/TensorAllocator.cpp b/tests/validation/CL/UNIT/TensorAllocator.cpp
index 4ebd521bf0..f4231b94a3 100644
--- a/tests/validation/CL/UNIT/TensorAllocator.cpp
+++ b/tests/validation/CL/UNIT/TensorAllocator.cpp
@@ -84,7 +84,7 @@ public:
{
// Needs to be implemented as is the one that is used internally by the CLTensorAllocator
++_n_calls;
- return std::move(_backend_allocator.make_region(size, alignment));
+ return _backend_allocator.make_region(size, alignment);
}
int get_n_calls() const
{