Re: windowscodecs/tests: Use todo_wine_if() in tests.
27 Feb
2016
27 Feb
'16
7:43 a.m.
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(a)gmail.com> wrote:
Signed-off-by: Frédéric Delanoy <frederic.delanoy(a)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);
...
3575
Age (days ago)
3575
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frédéric Delanoy