Changeset 38636 in vbox for trunk/src/VBox/Runtime/testcase/tstLog.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLog.cpp
r28800 r38636 36 36 int main() 37 37 { 38 RTR3Init ();38 RTR3InitExeNoArguments(0); 39 39 printf("tstLog: Requires manual inspection of the log output!\n"); 40 40 RTLogPrintf("%%Rrc %d: %Rrc\n", VERR_INVALID_PARAMETER, VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.