aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestLayerVisitor.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-02-07 17:52:41 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-02-08 14:00:17 +0000
commit9c5d33a26ebc4be391ae4da9de584be2e453c78f (patch)
tree40c87372e1301bc43355dc29c5ae1ee6223b7f02 /src/armnn/test/TestLayerVisitor.cpp
parenta8d572dc48f47e66cd7abd6ad9b2d3a0f40ea94b (diff)
downloadarmnn-9c5d33a26ebc4be391ae4da9de584be2e453c78f.tar.gz
IVGCVSW-2672 Code cleanup after changes
* Minor code cleanup and refactoring Change-Id: I9c6390c15944686134ddf4b47839762f2bb13922 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'src/armnn/test/TestLayerVisitor.cpp')
-rw-r--r--src/armnn/test/TestLayerVisitor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/armnn/test/TestLayerVisitor.cpp b/src/armnn/test/TestLayerVisitor.cpp
index 2584179bb7..932aef6deb 100644
--- a/src/armnn/test/TestLayerVisitor.cpp
+++ b/src/armnn/test/TestLayerVisitor.cpp
@@ -28,7 +28,7 @@ void TestLayerVisitor::CheckLayerName(const char* name)
void TestLayerVisitor::CheckLayerPointer(const IConnectableLayer* layer)
{
BOOST_CHECK(layer != nullptr);
-};
+}
void TestLayerVisitor::CheckConstTensors(const ConstTensor& expected, const ConstTensor& actual)
{
@@ -48,4 +48,4 @@ void TestLayerVisitor::CheckConstTensors(const ConstTensor& expected, const Cons
}
}
-} //namespace armnn \ No newline at end of file
+} //namespace armnn