You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2009/10/16 16:49:03 UTC

svn commit: r825918 - /apr/apr/trunk/test/abts.c

Author: fuankg
Date: Fri Oct 16 14:49:03 2009
New Revision: 825918

URL: http://svn.apache.org/viewvc?rev=825918&view=rev
Log:
small cosmetic fix to sync with other output.

Modified:
    apr/apr/trunk/test/abts.c

Modified: apr/apr/trunk/test/abts.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/abts.c?rev=825918&r1=825917&r2=825918&view=diff
==============================================================================
--- apr/apr/trunk/test/abts.c (original)
+++ apr/apr/trunk/test/abts.c Fri Oct 16 14:49:03 2009
@@ -306,7 +306,7 @@
 
     tc->failed = TRUE;
     if (verbose) {
-        fprintf(stderr, "Line %d: Expected non-NULL, but got NULL\n", lineno);
+        fprintf(stderr, "Line %d: expected non-NULL, but saw NULL\n", lineno);
         fflush(stderr);
     }
 }