msxml3/tests: Add a trailing '\n' to an ok() call.

oldstable
Francois Gouget 2011-08-24 23:32:16 +02:00 committed by Alexandre Julliard
parent 4503f3d5af
commit 9ec291500b
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ static void test_mxwriter_flush(void)
pos.QuadPart = 0;
hr = IStream_Seek(stream, pos, STREAM_SEEK_CUR, &pos2);
ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
ok(pos2.QuadPart == 0, "expected stream beginning");
ok(pos2.QuadPart == 0, "expected stream beginning\n");
hr = IMXWriter_QueryInterface(writer, &IID_ISAXContentHandler, (void**)&content);
ok(hr == S_OK, "got %08x\n", hr);