Changeset 9847
- Timestamp:
- Nov 3, 2006, 11:11:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tap_psArray_all.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tap_psArray_all.c
r9743 r9847 24 24 int main(void) 25 25 { 26 plan_tests(2 8);26 plan_tests(29); 27 27 28 28 diag("Tests for psArray Functions"); … … 48 48 "psArrayAlloc: return NULL for negative array-size input."); 49 49 } 50 //Return NULL for negative array size - psArrayAllocEmpty 51 { 52 a = psArrayAllocEmpty(-2); 53 ok( a == NULL, 54 "psArrayAllocEmpty: return NULL for negative array-size input."); 55 } 50 56 //Return properly allocated psArray 51 57 { … … 54 60 "psArrayAlloc: return properly allocated psArray."); 55 61 } 62 56 63 //Tests for psMemCheckArray 57 64 //Make sure psMemCheckArray works correctly - return false
Note:
See TracChangeset
for help on using the changeset viewer.
