- Timestamp:
- Mar 25, 2013 2:05:19 PM (12 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstLog.cpp
r45173 r45174 31 31 #include <iprt/initterm.h> 32 32 #include <iprt/err.h> 33 #include <iprt/stream.h>34 33 35 34 #include <stdio.h> … … 38 37 { 39 38 RTR3InitExeNoArguments(0); 40 uint32_t a = 0x80000000, b = 0x80000000, c = 0x80000000;41 RTPrintf("%d %d", 0x80000000, 0x80000000);42 39 printf("tstLog: Requires manual inspection of the log output!\n"); 43 40 RTLogPrintf("%%Rrc %d: %Rrc\n", VERR_INVALID_PARAMETER, VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.