Commit 03acb453 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

windowscodecs/tests: Clean up after running test expected to fail.

parent bd5cdef5
......@@ -878,7 +878,7 @@ static void test_dds_decoder_image_parameters(void)
hr = IWICDdsDecoder_GetParameters(dds_decoder, NULL);
ok(hr == E_INVALIDARG, "GetParameters got unexpected hr %#lx\n", hr);
if (test_data[i].init_hr != S_OK && !test_data[i].wine_init) continue;
if (test_data[i].init_hr != S_OK && !test_data[i].wine_init) goto next;
hr = init_decoder(decoder, stream, test_data[i].init_hr, test_data[i].wine_init);
if (hr != S_OK) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment