aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-03-04 11:36:39 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-08 21:26:31 +0000
commit3464ba127b83cd36d65cdc7ee9f5dd7b3715a18e (patch)
tree16a6592067a297dd8f45fec9edf4ff02ebe67112 /tests
parentfbe4594f9700ca13177fb1a36b82ede539f31e2f (diff)
downloadarmnn-3464ba127b83cd36d65cdc7ee9f5dd7b3715a18e.tar.gz
IVGCVSW-6772 Eliminate armnn/src/backends/backendsCommon/test/MockBackend.hpp
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ie99fe9786eb5e30585f437d0c6362c73688148db
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index ff007bbc63..549bb44656 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -9,7 +9,7 @@
#include <ProfilingService.hpp>
#include <TimelinePacketWriterFactory.hpp>
#include <Runtime.hpp>
-#include <MockBackend.hpp>
+#include <armnnTestUtils/MockBackend.hpp>
#include <common/include/LabelsAndEventClasses.hpp>
#include <common/include/CommandHandlerRegistry.hpp>