Test: Add missing newline

This commit is contained in:
Vicki Pfau 2020-07-17 14:29:31 -07:00
parent 9a33e5e84f
commit aa8ad7bcf0
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ int main(int argc, char** argv) {
break;
case CI_ERROR:
status = 1;
CIlog(1, "error");
CIlog(1, "error\n");
break;
}
if (test->failedFrames) {