builder-tool: Validate templates again

This wasn't working because it was expecting
some no-longer-existing error message.
This commit is contained in:
Matthias Clasen 2019-12-23 17:59:15 -05:00
parent 519ff576cd
commit c924b48a6c

View File

@ -96,9 +96,6 @@ parse_template_error (const gchar *message,
{
gchar *p;
if (!strstr (message, "Not expecting to handle a template"))
return FALSE;
p = strstr (message, "(class '");
if (p)
{