From d457bfe7546cdd4e59666b614c11d81da09e3128 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 21 Mar 2018 21:10:40 +0000 Subject: [PATCH] Oops, fix compile error from merge conflict --- src/bin/edi_consolepanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/edi_consolepanel.c b/src/bin/edi_consolepanel.c index 4adf74e..98fb6ba 100644 --- a/src/bin/edi_consolepanel.c +++ b/src/bin/edi_consolepanel.c @@ -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();