Changeset 12513 for trunk/psLib/test/sys/tap_psTrace.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psTrace.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psTrace.c
r12512 r12513 43 43 static psS32 testTrace00(void) 44 44 { 45 diag("testTrace00");45 // diag("testTrace00"); 46 46 47 47 psS32 i; … … 86 86 static psS32 testTrace01(void) 87 87 { 88 diag("testTrace01");88 // diag("testTrace01"); 89 89 90 90 // psTraceSetDestination(stderr); … … 103 103 static psS32 testTrace02(void) 104 104 { 105 diag("testTrace02");105 // diag("testTrace02"); 106 106 107 107 psTraceReset(); … … 131 131 static psS32 testTrace03(void) 132 132 { 133 diag("testTrace03");133 // diag("testTrace03"); 134 134 135 135 psS32 i = 0; … … 172 172 static psS32 testTrace04(void) 173 173 { 174 diag("testTrace04");174 // diag("testTrace04"); 175 175 176 176 int FD;
Note:
See TracChangeset
for help on using the changeset viewer.
