You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/10 22:54:50 UTC

svn commit: r1531106 - in /apr/apr-util/branches/1.5.x: ./ test/testpass.c

Author: trawick
Date: Thu Oct 10 20:54:49 2013
New Revision: 1531106

URL: http://svn.apache.org/r1531106
Log:
Merge the APR-Util portion of r1523479 from trunk:

testpass doesn't use assert(), so don't include <assert.h>.

Modified:
    apr/apr-util/branches/1.5.x/   (props changed)
    apr/apr-util/branches/1.5.x/test/testpass.c

Propchange: apr/apr-util/branches/1.5.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1523479

Modified: apr/apr-util/branches/1.5.x/test/testpass.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/test/testpass.c?rev=1531106&r1=1531105&r2=1531106&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/test/testpass.c (original)
+++ apr/apr-util/branches/1.5.x/test/testpass.c Thu Oct 10 20:54:49 2013
@@ -14,7 +14,6 @@
  * limitations under the License.
  */
 
-#include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>