Changeset 24658 in vbox for trunk/src/VBox/Runtime/testcase/tstStrToVer.cpp
- Timestamp:
- Nov 14, 2009 11:31:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstStrToVer.cpp
r24639 r24658 29 29 */ 30 30 31 32 /******************************************************************************* 33 * Header Files * 34 *******************************************************************************/ 31 35 #include <iprt/string.h> 32 36 #include <iprt/stream.h> … … 72 76 int main() 73 77 { 78 /** @todo r=bird: IPRT init is missing. Use the RTTest framework (see any 79 * tstRT*.cpp file for examples of this). */ 74 80 int cErrors = 0; 75 81
Note:
See TracChangeset
for help on using the changeset viewer.