windowscodecs/tests: Add a trailing '\n' to an ok() call.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
213b415fa9
commit
17276a8e40
|
@ -765,7 +765,7 @@ static void test_StreamOnIStream(void)
|
|||
ok(hr == S_OK, "Failed to create a stream, hr %#x.\n", hr);
|
||||
|
||||
hr = IWICStream_InitializeFromMemory(stream, memory, sizeof(memory));
|
||||
ok(hr == S_OK, "Failed to initialize stream, hr %#x.", hr);
|
||||
ok(hr == S_OK, "Failed to initialize stream, hr %#x.\n", hr);
|
||||
|
||||
hr = IWICImagingFactory_CreateStream(factory, &substream);
|
||||
ok(hr == S_OK, "Failed to create a stream, hr %#x.\n", hr);
|
||||
|
|
Loading…
Reference in New Issue