aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/GraphTests.cpp
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-05-18 16:31:43 +0100
committertelsoa01 <telmo.soares@arm.com>2018-05-23 13:09:07 +0100
commit3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0 (patch)
tree5950603ad78ec3fe56fb31ddc7f4d52a19f5bc60 /src/armnn/test/GraphTests.cpp
parentbceff2fb3fc68bb0aa88b886900c34b77340c826 (diff)
downloadarmnn-3537c2ca7ebf31c1673b9ec2bb0c17b0406bbae0.tar.gz
Release 18.05
Diffstat (limited to 'src/armnn/test/GraphTests.cpp')
-rw-r--r--src/armnn/test/GraphTests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/armnn/test/GraphTests.cpp b/src/armnn/test/GraphTests.cpp
index 473cda1247..99789e4737 100644
--- a/src/armnn/test/GraphTests.cpp
+++ b/src/armnn/test/GraphTests.cpp
@@ -7,7 +7,6 @@
#include "armnn/ArmNN.hpp"
#include "Graph.hpp"
#include "Layer.hpp"
-#include "Layers.hpp"
#include "armnn/TypesUtils.hpp"
#include "armnn/Exceptions.hpp"
@@ -326,8 +325,7 @@ static void TestGraphAfterAddingCopyLayers(const armnn::Graph& graph, const armn
{
BOOST_ERROR("An edge (" << adjEdge.first << ", " << adjEdge.second <<") is adjacent to an edge "
"connecting a layer and a copy layer, (" << edge.first << ", " << edge.second << "), "
- "but the non-copy layer in the former, '" << adjLayer->GetName() << "' does not "
- "correspond to a layer");
+ "but the non-copy layer in the former does not correspond to a layer");
continue;
}