From 3525e1dc4645768c67a3a494954778e245254b15 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Thu, 17 May 2012 00:56:41 +0200 Subject: [PATCH] ddraw/tests: Actually run a test. --- dlls/ddraw/tests/dsurface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c index 93efba84e57..ecc54f116b4 100644 --- a/dlls/ddraw/tests/dsurface.c +++ b/dlls/ddraw/tests/dsurface.c @@ -4606,6 +4606,7 @@ static void set_surface_desc_test(void) hr, DDERR_INVALIDSURFACETYPE); ddsd.dwFlags = DDSD_WIDTH; + hr = IDirectDrawSurface3_SetSurfaceDesc(surface3, &ddsd, 0); ok(hr == DDERR_INVALIDSURFACETYPE, "SetSurfaceDesc returned %#x, expected %#x.\n", hr, DDERR_INVALIDSURFACETYPE); -- 2.11.4.GIT