Oops, fix compile error from merge conflict

This commit is contained in:
Andy Williams 2018-03-21 21:10:40 +00:00
parent ea02efa416
commit d457bfe754
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ static void _edi_test_line_callback(const char *content)
else if (!strncmp(content, "FAIL:", 5))
{
_edi_test_line_parse_suite(content + 6);
}
else if (!strncmp(content, "=== RUN", 7))
{
edi_testpanel_show();