aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/ComputeAllAnchorsFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/fixtures/ComputeAllAnchorsFixture.h')
-rw-r--r--tests/validation/fixtures/ComputeAllAnchorsFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/fixtures/ComputeAllAnchorsFixture.h b/tests/validation/fixtures/ComputeAllAnchorsFixture.h
index bfa43ceafc..6f2db3e623 100644
--- a/tests/validation/fixtures/ComputeAllAnchorsFixture.h
+++ b/tests/validation/fixtures/ComputeAllAnchorsFixture.h
@@ -78,7 +78,7 @@ protected:
ARM_COMPUTE_EXPECT(!all_anchors.info()->is_resizable(), framework::LogLevel::ERRORS);
// Fill tensors
- fill(CLAccessor(anchors));
+ fill(AccessorType(anchors));
// Compute function
compute_all_anchors.run();