testrunner: use stderr

This commit is contained in:
sinamas 2014-07-17 16:51:16 +02:00
parent a9039eb8d2
commit a5e195b74d

View File

@ -280,7 +280,7 @@ static void runTestRom(
gambatte::GB gb;
if (gb.load(file, forceDmg)) {
std::printf("\nFailed to load ROM file %s\n", file.c_str());
std::fprintf(stderr, "Failed to load ROM image file %s\n", file.c_str());
std::abort();
}