Changeset 852 for trunk/psLib/test/sysUtils/tst_psLogMsg00.c
- Timestamp:
- Jun 3, 2004, 4:29:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg00.c
r847 r852 25 25 int i = 0; 26 26 int testStatus = true; 27 int currentId = psMemGetId(); 27 28 28 29 printPositiveTestHeader(stdout, … … 57 58 "default log levels", 58 59 testStatus); 60 61 if (psMemCheckLeaks(currentId,NULL,NULL) != 0) { 62 psAbort(__func__,"Memory Leaks!"); 63 } 64 psMemCheckCorruption(1); 65 59 66 return(!testStatus); 60 61 62 67 } 63 68
Note:
See TracChangeset
for help on using the changeset viewer.
