d3d12/tests: A spelling fix in a skip() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
722c436338
commit
4b2fd6ee67
|
@ -914,7 +914,7 @@ static void test_create_device(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
skip("GetContaingOutput() is not supported.\n");
|
||||
skip("GetContainingOutput() is not supported.\n");
|
||||
}
|
||||
|
||||
refcount = IDXGISwapChain3_Release(swapchain);
|
||||
|
|
Loading…
Reference in New Issue