Commit 3525e1dc authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

ddraw/tests: Actually run a test.

parent c6aee917
...@@ -4606,6 +4606,7 @@ static void set_surface_desc_test(void) ...@@ -4606,6 +4606,7 @@ static void set_surface_desc_test(void)
hr, DDERR_INVALIDSURFACETYPE); hr, DDERR_INVALIDSURFACETYPE);
ddsd.dwFlags = DDSD_WIDTH; ddsd.dwFlags = DDSD_WIDTH;
hr = IDirectDrawSurface3_SetSurfaceDesc(surface3, &ddsd, 0);
ok(hr == DDERR_INVALIDSURFACETYPE, "SetSurfaceDesc returned %#x, expected %#x.\n", ok(hr == DDERR_INVALIDSURFACETYPE, "SetSurfaceDesc returned %#x, expected %#x.\n",
hr, DDERR_INVALIDSURFACETYPE); hr, DDERR_INVALIDSURFACETYPE);
......
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