Changeset 12318 for trunk/psLib
- Timestamp:
- Mar 8, 2007, 10:39:11 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/tap_psList_all.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/tap_psList_all.c
r10822 r12318 510 510 psList *tempList = NULL; 511 511 tempList = psListSort(list, NULL); 512 ok( tempList == list,513 "psListSort: return unchanged listfor NULL psComparePtrFunc.");512 ok( tempList == NULL, 513 "psListSort: return NULL for NULL psComparePtrFunc."); 514 514 } 515 515
Note:
See TracChangeset
for help on using the changeset viewer.
