Changeset 18468 in vbox for trunk/src/VBox
- Timestamp:
- Mar 28, 2009 6:58:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstAvl.cpp
r13836 r18468 655 655 /* negative. */ 656 656 AVLROGCPHYSNODECORE Node = *pNode; 657 for (j = i + 3; j > = 0 && j >i - 32; j--)657 for (j = i + 3; j > i - 32; j--) 658 658 { 659 659 for (k = i; k < i + 32; k++)
Note:
See TracChangeset
for help on using the changeset viewer.