windowscodecs/tests: Use todo_wine_if() in tests.

Frédéric Delanoy frederic.delanoy at gmail.com
Sat Feb 27 07:43:37 CST 2016


Arf, forget this one, bad title. My bad.

Frédéric

On Sat, Feb 27, 2016 at 2:42 PM, Frédéric Delanoy
<frederic.delanoy at gmail.com> wrote:
> Signed-off-by: Frédéric Delanoy <frederic.delanoy at gmail.com>
> ---
>  dlls/dxgi/tests/device.c | 20 ++++----------------
>  1 file changed, 4 insertions(+), 16 deletions(-)
>
> diff --git a/dlls/dxgi/tests/device.c b/dlls/dxgi/tests/device.c
> index dd5da83..7b052d3 100644
> --- a/dlls/dxgi/tests/device.c
> +++ b/dlls/dxgi/tests/device.c
> @@ -478,19 +478,13 @@ static void test_createswapchain(void)
>          hr = IDXGISwapChain_GetDesc(swapchain, &result_desc);
>          ok(SUCCEEDED(hr), "GetDesc failed, hr %#x.\n", hr);
>
> ...



More information about the wine-devel mailing list