Browse Source

* dejagnu.h (totals): Correct typos.

dejagnu-1.5
Ben Elliston 18 years ago
parent
commit
e851526d06
  1. 4
      ChangeLog
  2. 4
      dejagnu.h

4
ChangeLog

@ -1,3 +1,7 @@
2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
* dejagnu.h (totals): Correct typos.
2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.

4
dejagnu.h

@ -156,12 +156,12 @@ totals (void)
printf ("\nTotals:\n");
printf ("\t#passed:\t\t%d\n", passed);
printf ("\t#real failed:\t\t%d\n", failed);
if (xfail)
if (xfailed)
printf ("\t#expected failures:\t\t%d\n", xfailed);
if (untest)
printf ("\t#untested:\t\t%d\n", untest);
if (unresolve)
printf ("\t#unresolved:\t\t%d\n", unresolved);
printf ("\t#unresolved:\t\t%d\n", unresolve);
}
#ifdef __cplusplus

Loading…
Cancel
Save