Commit cd7b14f1 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

d3dcompiler/tests: Avoid "misleading indentation" warnings.

parent e2d7f378
......@@ -1725,7 +1725,7 @@ static void test_disassemble_shader(void)
HRESULT hr;
hr = D3DDisassemble(vs_2_0, 0, 0, NULL, &blob);
todo_wine
todo_wine
#if D3D_COMPILER_VERSION >= 46
ok(hr == E_INVALIDARG, "Unexpected hr %#x.\n", hr);
#else
......@@ -1733,7 +1733,7 @@ todo_wine
#endif
hr = D3DDisassemble(vs_2_0, sizeof(vs_2_0), 0, NULL, &blob);
todo_wine
todo_wine
ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
if (SUCCEEDED(hr))
ID3D10Blob_Release(blob);
......
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