Oops, typo in "unresolve". Removed the 'd'.
authorRob Savoye <rob@welcomehome.org>
Thu, 1 Nov 2001 04:14:19 +0000 (04:14 +0000)
committerRob Savoye <rob@welcomehome.org>
Thu, 1 Nov 2001 04:14:19 +0000 (04:14 +0000)
dejagnu.h

index 6efd6bf..3e78873 100644 (file)
--- a/dejagnu.h
+++ b/dejagnu.h
@@ -58,7 +58,7 @@ totals (void) {
     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