[PATCH] d3d12/tests: A spelling fix in a skip() message.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/d3d12/tests/d3d12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d12/tests/d3d12.c b/dlls/d3d12/tests/d3d12.c index 76efb561c4f..ae750af40ae 100644 --- a/dlls/d3d12/tests/d3d12.c +++ b/dlls/d3d12/tests/d3d12.c @@ -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); -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=49498 Your paranoid android. === debian9 (32 bit report) === Report errors: The report seems to have been truncated === debian9b (32 bit WoW report) === Report errors: The report seems to have been truncated
participants (3)
-
Francois Gouget -
Henri Verbeet -
Marvin