Commit 404afbaa authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

ddraw: Remove a test that fails in VMs.

parent 7b385fb6
......@@ -103,7 +103,6 @@ static BOOL createObjects(void)
hr = IDirect3D7_CreateDevice(Direct3D, &IID_IDirect3DRefDevice, Surface, &Direct3DDevice);
}
}
ok(hr == D3D_OK, "IDirect3D7_CreateDevice failed with %08x\n", hr);
if(!Direct3DDevice) goto err;
return TRUE;
......
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