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

This commit is contained in:
Austin English 2011-02-07 14:57:56 -08:00 committed by Alexandre Julliard
parent 340a4c21ce
commit e9316ed8ec
1 changed files with 0 additions and 1 deletions

View File

@ -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;