Changeset 852 for trunk/psLib/test/sysUtils/tst_psLogMsg02.c
- Timestamp:
- Jun 3, 2004, 4:29:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c
r598 r852 13 13 int i = 0; 14 14 int testStatus = true; 15 int currentId = psMemGetId(); 15 16 16 17 printPositiveTestHeader(stdout, … … 65 66 "psSetLogFormat()", 66 67 testStatus); 68 69 if (psMemCheckLeaks(currentId,NULL,NULL) != 0) { 70 psAbort(__func__,"Memory Leaks!"); 71 } 72 psMemCheckCorruption(1); 73 67 74 return(!testStatus); 68 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
