Changeset 38636 in vbox for trunk/src/VBox/Debugger
- 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/Debugger/testcase/tstVBoxDbg.cpp
r35346 r38636 39 39 int cErrors = 0; /* error count. */ 40 40 41 RTR3Init AndSUPLib();41 RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB); 42 42 RTPrintf(TESTCASE ": TESTING...\n"); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.