Changeset 49907 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Dec 15, 2013 3:24:30 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIPerf.cpp
r49906 r49907 26 26 #include <VBox/com/ErrorInfo.h> 27 27 #include <VBox/com/VirtualBox.h> 28 #include <VBox/sup.h> 28 29 29 30 #include <iprt/test.h> … … 170 171 if (rcExit != RTEXITCODE_SUCCESS) 171 172 return rcExit; 173 SUPR3Init(NULL); /* Better time support. */ 172 174 RTTestBanner(g_hTest); 173 175 … … 198 200 } 199 201 202 ptrVBox.setNull(); 200 203 com::Shutdown(); 201 204 }
Note:
See TracChangeset
for help on using the changeset viewer.