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