Changeset 92613 in vbox for trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
- Timestamp:
- Nov 26, 2021 9:53:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
r90520 r92613 39 39 int cErrors = 0; /* error count. */ 40 40 41 RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_ SUPLIB);41 RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_TRY_SUPLIB); 42 42 RTPrintf(TESTCASE ": TESTING...\n"); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.