IVGCVSW-5407 Failing Unittest
authorMike Kelly <mike.kelly@arm.com>
Mon, 5 Oct 2020 11:12:49 +0000 (12:12 +0100)
committerTeresaARM <teresa.charlinreyes@arm.com>
Tue, 6 Oct 2020 11:20:35 +0000 (11:20 +0000)
 * 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

src/armnn/test/FlowControl.cpp

index b0667a3..0259d80 100644 (file)
@@ -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()