Commit 5a533477 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11/tests: Mention debug flags when device creation fails.

parent 47c4b452
......@@ -1361,7 +1361,7 @@ static void test_device_interfaces(void)
device_desc.flags = D3D11_CREATE_DEVICE_DEBUG;
if (!(device = create_device(&device_desc)))
{
skip("Failed to create device for feature level %#x.\n", d3d11_feature_levels[i]);
skip("Failed to create debug device for feature level %#x.\n", d3d11_feature_levels[i]);
continue;
}
......
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