tests: Fix compiler warning.

Signed-off-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
This commit is contained in:
Philip Rebohle 2020-04-30 15:36:44 +02:00 committed by Hans-Kristian Arntzen
parent 642538e0a9
commit d742918353
1 changed files with 1 additions and 1 deletions

View File

@ -40550,7 +40550,7 @@ static void test_stencil_export(bool use_dxil)
}
hr = ID3D12Device_CheckFeatureSupport(context.device, D3D12_FEATURE_D3D12_OPTIONS, &options, sizeof(options));
ok(hr == S_OK, "Failed to check feature support, hr %#x.\n");
ok(hr == S_OK, "Failed to check feature support, hr %#x.\n", hr);
if (!options.PSSpecifiedStencilRefSupported)
{