mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Oops.
This commit is contained in:
parent
6702f0c78c
commit
7ba1664f8b
@ -122,8 +122,8 @@ void RunTests()
|
||||
o = o.substr(0, o.size() - 1); // For some reason we get some extra character
|
||||
if (e != o) {
|
||||
ELOG("DIFF on line %i!", line);
|
||||
ILOG("O: %s", e.c_str());
|
||||
ILOG("E: %s", o.c_str());
|
||||
ILOG("O: %s", o.c_str());
|
||||
ILOG("E: %s", e.c_str());
|
||||
}
|
||||
if (expected.eof()) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user