Commit e9316ed8 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

mlang/tests: Remove unused assignment (LLVM/Clang).

parent 340a4c21
......@@ -773,7 +773,6 @@ static void test_EnumScripts(IMultiLanguage2 *iML2, DWORD flags)
if (!flags)
{
ok(n == total, "IEnumScript_Next: expected %u, got %u\n", total, n);
flags = SCRIPTCONTF_SCRIPT_USER | SCRIPTCONTF_SCRIPT_HIDE | SCRIPTCONTF_SCRIPT_SYSTEM;
}
total = n;
......
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