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/BatchMatMulTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'delegate/test/BatchMatMulTest.cpp') diff --git a/delegate/test/BatchMatMulTest.cpp b/delegate/test/BatchMatMulTest.cpp index fcf1ec2b7c..d38e934b82 100644 --- a/delegate/test/BatchMatMulTest.cpp +++ b/delegate/test/BatchMatMulTest.cpp @@ -8,7 +8,6 @@ #include #include -#include #include -- cgit v1.2.1