From 5ea6e3fcc6b0baa822c0b063e474b560ea192339 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Fri, 8 Dec 2023 15:49:54 +0000 Subject: Removing unnecessary schema dependency from delegate unit tests. * All of the unit tests were including the TfL schema even though it is not used. This prevented building with delegate and not TfL parser. * Fixing some template compile errors that were introduced when FileComparisonExecutorTests.cpp was compiled without TfL parser. Signed-off-by: Colm Donelan Change-Id: I86742d57a6520ab6bd8336a683fee29de326fff5 --- delegate/test/Convolution2dTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'delegate/test/Convolution2dTest.cpp') diff --git a/delegate/test/Convolution2dTest.cpp b/delegate/test/Convolution2dTest.cpp index 4b54a14058..0e11445b8e 100644 --- a/delegate/test/Convolution2dTest.cpp +++ b/delegate/test/Convolution2dTest.cpp @@ -11,7 +11,6 @@ #include #include #include -#include #include #include -- cgit v1.2.1