aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColm Donelan <colm.donelan@arm.com>2022-11-14 17:23:07 +0000
committerColm Donelan <colm.donelan@arm.com>2022-11-15 11:29:10 +0000
commit194086f01bdd1af52ddd976eb5b4152255565127 (patch)
tree320f237da46ed659e8a2ee86dae7c6bcac749c20 /tests
parent2fef6f61132eab444485991fc68b536e886cb18c (diff)
downloadarmnn-194086f01bdd1af52ddd976eb5b4152255565127.tar.gz
Minor error formatting fixes.
Signed-off-by: Colm Donelan <colm.donelan@arm.com> Change-Id: I17823fb8b6bbabc4da327187167ce9582ee29b32
Diffstat (limited to 'tests')
-rw-r--r--tests/ImageTensorGenerator/ImageTensorGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ImageTensorGenerator/ImageTensorGenerator.cpp b/tests/ImageTensorGenerator/ImageTensorGenerator.cpp
index 0f1cf6d890..d4a2103396 100644
--- a/tests/ImageTensorGenerator/ImageTensorGenerator.cpp
+++ b/tests/ImageTensorGenerator/ImageTensorGenerator.cpp
@@ -264,7 +264,7 @@ public:
}
else
{
- throw armnn::Exception("Unsupported input type" + m_OutputType);
+ throw armnn::Exception("Unsupported input type " + m_OutputType);
}
}