mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
mlang/tests: Remove unused assignment (LLVM/Clang).
This commit is contained in:
parent
340a4c21ce
commit
e9316ed8ec
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user