Changeset 13010 for trunk/psLib/test/sys/tap_psError.c
- Timestamp:
- Apr 24, 2007, 3:07:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psError.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psError.c
r12781 r13010 5 5 * @author Eric Van Alst, MHPCC 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-04- 10 21:09:31$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-25 01:07:08 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 15 15 #include <stdlib.h> 16 16 #include <string.h> 17 #include <inttypes.h> 18 17 19 #include "pslib.h" 18 20 #include "tap.h" … … 53 55 psMemId id = psMemGetId(); 54 56 psError(PS_ERR_UNKNOWN, true, 55 "ALL TYPES intval = %d longval = % lldfloatval = %f charval = %c strval = %s",57 "ALL TYPES intval = %d longval = %"PRId64 " floatval = %f charval = %c strval = %s", 56 58 intval,longval,floatval,charval,stringval); 57 59 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note:
See TracChangeset
for help on using the changeset viewer.
