Changeset 2538 for trunk/psLib/test/sysUtils/tst_psAbort.c
- Timestamp:
- Nov 30, 2004, 12:00:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psAbort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psAbort.c
r2204 r2538 8 8 * @author Eric Van Alst, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 0-27 00:57:33$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-30 22:00:59 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 45 45 // Test point #1 Multiple type values placed in the error string 46 46 psAbort(__func__, 47 "ALL TYPES intval = %d longval = %l d floatval = %f charval = %c strval = %s",47 "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s", 48 48 intval, longval, floatval, charval, stringval ); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.
