Changeset 1742 for trunk/psLib/test/sysUtils/tst_psTrace.c
- Timestamp:
- Sep 8, 2004, 3:44:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psTrace.c
r1741 r1742 18 18 static int testTrace05a(void); 19 19 static int testTrace06(void); 20 static int testTrace 20(void);20 static int testTrace08(void); 21 21 22 22 testDescription tests[] = { … … 29 29 {testTrace05a, 5, "optional leading dot and psTracePrintLevels()", 0, false}, 30 30 {testTrace06, 6, "Testing psTraceReset", 0, false}, 31 {testTrace 20, 20, "Testing ", 0, false},31 {testTrace08, 8, "Testing ", 0, false}, 32 32 {NULL} 33 33 }; … … 289 289 } 290 290 291 static int testTrace 20(void)291 static int testTrace08(void) 292 292 { 293 293 (void)psTraceSetLevel(".", 9);
Note:
See TracChangeset
for help on using the changeset viewer.
