Changeset 44230 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 4, 2013 1:33:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMREQ.cpp
r41965 r44230 214 214 RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB); 215 215 RTPrintf(TESTCASE ": TESTING...\n"); 216 RTStrmFlush(g_pStdOut); 216 217 217 218 /* … … 267 268 uint64_t u64ElapsedTS = RTTimeNanoTS() - u64StartTS; 268 269 RTPrintf(TESTCASE ": %llu ns elapsed\n", u64ElapsedTS); 270 RTStrmFlush(g_pStdOut); 269 271 270 272 /* … … 276 278 * Testing va_list fun. 277 279 */ 278 RTPrintf(TESTCASE ": va_list argument test...\n"); 280 RTPrintf(TESTCASE ": va_list argument test...\n"); RTStrmFlush(g_pStdOut); 279 281 PassVA(pVM, "hello %s", "world"); 280 282 VMR3AtRuntimeErrorRegister(pVM, MyAtRuntimeError, (void *)"user argument");
Note:
See TracChangeset
for help on using the changeset viewer.