Changeset 11822 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Aug 29, 2008 2:21:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35653
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r11357 r11822 206 206 * the support driver. 207 207 */ 208 RTR3Init( false);208 RTR3Init(); 209 209 210 210 HRESULT rc; -
trunk/src/VBox/Main/testcase/tstCollector.cpp
r11181 r11822 69 69 * the support driver. 70 70 */ 71 int rc = RTR3Init( false);71 int rc = RTR3Init(); 72 72 if (RT_FAILURE(rc)) 73 73 {
Note:
See TracChangeset
for help on using the changeset viewer.