mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTDLL_APITEST]: Add braces and remove an unneeded trace.
svn path=/trunk/; revision=62662
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user