Changeset 8729 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 8, 2008 11:35:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp
r8245 r8729 40 40 41 41 42 /******************************************************************************** Global Variables ********************************************************************************//** Array of messages. 42 /******************************************************************************* 43 * Global Variables * 44 *******************************************************************************/ 45 /** Array of messages. 43 46 * The data is generated by a sed script. 44 47 */ … … 47 50 #include "errmsgdata.h" 48 51 }; 52 49 53 50 54 static bool strIsPermissibleDuplicate(const RTSTATUSMSG *msg) … … 63 67 { 64 68 int cErrors = 0; 69 RTR3Init(); 65 70 RTPrintf("tstErrUnique: TESTING\n"); 66 RTR3Init();67 71 68 72 for (uint32_t i = 0; i < ELEMENTS(g_aErrorMessages) - 1; i++)
Note:
See TracChangeset
for help on using the changeset viewer.