Changeset 1138 for trunk/psLib/test/sysUtils
- Timestamp:
- Jun 29, 2004, 3:17:21 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 edited
-
builddir/tst_psLogMsg00.d (modified) (1 diff)
-
tst_psLogMsg00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/builddir/tst_psLogMsg00.d
r1109 r1138 3 3 ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \ 4 4 ../../include/psString.h ../../include/psType.h ../../include/psList.h \ 5 ../../include/ps Vector.h ../../include/psHash.h \6 ../../include/ps Scalar.h ../../include/psImage.h \5 ../../include/psCompare.h ../../include/psVector.h \ 6 ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \ 7 7 ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \ 8 8 ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \ -
trunk/psLib/test/sysUtils/tst_psLogMsg00.c
r1096 r1138 15 15 va_list ap; 16 16 17 // Test whether ps VLogMsg() accept a va_list for output variables.17 // Test whether psLogMsgV() accept a va_list for output variables. 18 18 va_start(ap, fmt); 19 ps VLogMsg(name, level, fmt, ap);19 psLogMsgV(name, level, fmt, ap); 20 20 va_end(ap); 21 21 } … … 44 44 45 45 46 // Test whether ps VLogMsg() accept a va_list for output variables.46 // Test whether psLogMsgV() accept a va_list for output variables. 47 47 printPositiveTestHeader(stdout, 48 48 "psLogMsg functions",
Note:
See TracChangeset
for help on using the changeset viewer.
