Oops (only spotted it when forcing a failure).
This commit is contained in:
parent
7be128d5bb
commit
009a9c25aa
|
@ -201,7 +201,7 @@ void testingprivTLogvfFull(testingT *t, const char *file, long line, const char
|
||||||
{
|
{
|
||||||
// TODO extract filename from file
|
// TODO extract filename from file
|
||||||
testingprivOutbufPrintf(t->outbuf, "%s:%ld: ", file, line);
|
testingprivOutbufPrintf(t->outbuf, "%s:%ld: ", file, line);
|
||||||
testingprivOutbufPrintf(t->outbuf, format, ap);
|
testingprivOutbufVprintf(t->outbuf, format, ap);
|
||||||
testingprivOutbufPrintf(t->outbuf, "\n");
|
testingprivOutbufPrintf(t->outbuf, "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue