Changeset 852 for trunk/psLib/test/sysUtils/tst_psLogMsg03.c
- Timestamp:
- Jun 3, 2004, 4:29:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r832 r852 14 14 int i = 0; 15 15 int testStatus = true; 16 int currentId = psMemGetId(); 16 17 17 18 printPositiveTestHeader(stdout, … … 41 42 "psSetLogDestination()", 42 43 testStatus); 44 45 if (psMemCheckLeaks(currentId,NULL,NULL) != 0) { 46 psAbort(__func__,"Memory Leaks!"); 47 } 48 psMemCheckCorruption(1); 49 43 50 return(!testStatus); 44 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
