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/PreluTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/test/PreluTest.cpp') diff --git a/delegate/test/PreluTest.cpp b/delegate/test/PreluTest.cpp index f65e15bb97..3240eafe2b 100644 --- a/delegate/test/PreluTest.cpp +++ b/delegate/test/PreluTest.cpp @@ -11,7 +11,7 @@ #include #include #include -#include + #include #include -- cgit v1.2.1