From 8b287c23f5141102555ba869a34397ec720a3e4f Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 7 Sep 2018 09:25:10 +0100 Subject: IVGCVSW-1806 More Android NN Driver refactoring * Changed #if defined to #ifdef * Simplified the Android ML namespace resolution * Fixed the relative path in some include directives Change-Id: I46e46faff98559c8042c1a4b8b82007f462df57d --- test/Tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Tests.cpp') diff --git a/test/Tests.cpp b/test/Tests.cpp index 865c6d06..5c388cb0 100644 --- a/test/Tests.cpp +++ b/test/Tests.cpp @@ -31,9 +31,9 @@ BOOST_AUTO_TEST_CASE(TestCapabilities) auto driver = std::make_unique(DriverOptions(armnn::Compute::CpuRef)); ErrorStatus error; - neuralnetworks::V1_0::Capabilities cap; + V1_0::Capabilities cap; - auto cb = [&](ErrorStatus status, const neuralnetworks::V1_0::Capabilities& capabilities) + auto cb = [&](ErrorStatus status, const V1_0::Capabilities& capabilities) { error = status; cap = capabilities; -- cgit v1.2.1