From 1c52a3863b0bdc9b474a7bc6caf8428ca0dec91a Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 13 Jan 2022 11:47:35 +0000 Subject: IVGCVSW-6676 Register CopyAndImportFactoryPairs to RefBackend and unit tests Signed-off-by: Narumol Prangnawarat Change-Id: I9d695418fe240b7115a1c624abcd459f1459301b --- src/armnn/test/TensorHandleStrategyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/test/TensorHandleStrategyTest.cpp') diff --git a/src/armnn/test/TensorHandleStrategyTest.cpp b/src/armnn/test/TensorHandleStrategyTest.cpp index 374479b941..c591fffa43 100644 --- a/src/armnn/test/TensorHandleStrategyTest.cpp +++ b/src/armnn/test/TensorHandleStrategyTest.cpp @@ -402,7 +402,7 @@ TEST_CASE("RegisterCopyAndImportFactoryPairTest") // Get mathing import factory id correctly CHECK((registry.GetMatchingImportFactoryId(copyId) == importId)); - // Return empty id when Invailid Id is given + // Return empty id when Invalid Id is given CHECK((registry.GetMatchingImportFactoryId("InvalidFactoryId") == "")); } -- cgit v1.2.1