Commit 9178825f authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

mlang/tests: Avoid "misleading indentation" warnings.

parent b6a93c96
......@@ -2256,7 +2256,7 @@ static void test_IMLangConvertCharset(IMultiLanguage *ml)
HRESULT hr;
hr = IMultiLanguage_CreateConvertCharset(ml, CP_ACP, CP_UTF8, 0, &convert);
todo_wine
todo_wine
ok(hr == S_FALSE, "expected S_FALSE got 0x%08x\n", hr);
hr = IMLangConvertCharset_GetSourceCodePage(convert, NULL);
......
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