Changeset 13836 in vbox for trunk/src/VBox/Runtime/testcase/tstTimerLR.cpp
- Timestamp:
- Nov 5, 2008 2:42:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstTimerLR.cpp
r10944 r13836 132 132 133 133 unsigned i = 0; 134 for (i = 0; i < ELEMENTS(aTests); i++)134 for (i = 0; i < RT_ELEMENTS(aTests); i++) 135 135 { 136 136 //aTests[i].cLower = (aTests[i].uMilliesWait - aTests[i].uMilliesWait / 10) / aTests[i].uMilliesInterval;
Note:
See TracChangeset
for help on using the changeset viewer.