aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2020-10-05 12:12:49 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2020-10-06 11:20:35 +0000
commitad959481521b4ce82a3bff9ef054fc5a86fc7104 (patch)
tree723702a48fa9068766e9d424cbbc01539d35ee70 /src/armnn
parentef05cdb37c91109320553debed07c4fe2df4af3d (diff)
downloadarmnn-ad959481521b4ce82a3bff9ef054fc5a86fc7104.tar.gz
IVGCVSW-5407 Failing Unittest
* The number of error and warning messages will vary depending on the device but will always be greater than 0. Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: Iee1d12e60d8c88c9116083d7274cea2ec23cb032
Diffstat (limited to 'src/armnn')
-rw-r--r--src/armnn/test/FlowControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/test/FlowControl.cpp b/src/armnn/test/FlowControl.cpp
index b0667a3778..0259d80f60 100644
--- a/src/armnn/test/FlowControl.cpp
+++ b/src/armnn/test/FlowControl.cpp
@@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE(ErrorOnLoadNetwork)
{
// Different exceptions are thrown on different backends
}
- BOOST_TEST(errMessages.size() > 1);
+ BOOST_TEST(errMessages.size() > 0);
}
BOOST_AUTO_TEST_SUITE_END()