Changeset 892 for trunk/psLib/test/sysUtils/tst_psHash02.c
- Timestamp:
- Jun 6, 2004, 3:02:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash02.c
r881 r892 66 66 i++; 67 67 } 68 id = psHashLookup(myHashTable, "BogusKey"); 69 if (id != NULL) { 70 fprintf(stderr, "%s: Hash table entry for key %s was not NULL.\n", 71 __func__, "BogusKey"); 72 } 68 73 69 74 printFooter(stdout,
Note:
See TracChangeset
for help on using the changeset viewer.
