mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[NTDLL_APITEST]: Add braces and remove an unneeded trace.
svn path=/trunk/; revision=62662
This commit is contained in:
parent
c58c9e039c
commit
4a7e080751
1 changed files with 2 additions and 1 deletions
|
@ -102,11 +102,13 @@ CheckBuffer(
|
|||
SIZE_T i;
|
||||
|
||||
for (i = 0; i < Size; i++)
|
||||
{
|
||||
if (Array[i] != Value)
|
||||
{
|
||||
trace("Expected %x, found %x at offset %lu\n", Value, Array[i], (ULONG)i);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -188,7 +190,6 @@ RunTestCases(VOID)
|
|||
|
||||
for (i = 0; i < TestCount; i++)
|
||||
{
|
||||
trace("i = %d\n", i);
|
||||
switch (TestCases[i].PrefixType)
|
||||
{
|
||||
case PrefixNone:
|
||||
|
|
Loading…
Reference in a new issue