Changeset 38636 in vbox for trunk/src/VBox/Main/testcase/tstCollector.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r35368 r38636 148 148 * the support driver. 149 149 */ 150 int rc = RTR3Init ();151 if (RT_FAILURE(rc)) 152 { 153 RTPrintf("tstCollector: RTR3Init () -> %d\n", rc);150 int rc = RTR3InitExe(argc, &argv, 0); 151 if (RT_FAILURE(rc)) 152 { 153 RTPrintf("tstCollector: RTR3InitExe() -> %d\n", rc); 154 154 return 1; 155 155 }
Note:
See TracChangeset
for help on using the changeset viewer.