VirtualBox

Changeset 44230 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 4, 2013 1:33:01 AM (12 years ago)
Author:
vboxsync
Message:

some flushing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMREQ.cpp

    r41965 r44230  
    214214    RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB);
    215215    RTPrintf(TESTCASE ": TESTING...\n");
     216    RTStrmFlush(g_pStdOut);
    216217
    217218    /*
     
    267268        uint64_t u64ElapsedTS = RTTimeNanoTS() - u64StartTS;
    268269        RTPrintf(TESTCASE  ": %llu ns elapsed\n", u64ElapsedTS);
     270        RTStrmFlush(g_pStdOut);
    269271
    270272        /*
     
    276278         * Testing va_list fun.
    277279         */
    278         RTPrintf(TESTCASE ": va_list argument test...\n");
     280        RTPrintf(TESTCASE ": va_list argument test...\n"); RTStrmFlush(g_pStdOut);
    279281        PassVA(pVM, "hello %s", "world");
    280282        VMR3AtRuntimeErrorRegister(pVM, MyAtRuntimeError, (void *)"user argument");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette