mirror of https://github.com/mgba-emu/mgba.git
Test: Add missing newline
This commit is contained in:
parent
9a33e5e84f
commit
aa8ad7bcf0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue