summaryrefslogtreecommitdiff
path: root/test/testpass.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-09-15 19:05:10 +0000
committerJeff Trawick <trawick@apache.org>2013-09-15 19:05:10 +0000
commitbf3ae37d6a698eb6dd26b265c0bc4f9321b983bd (patch)
treed1e6aeb89eafa6668535e616864b4a2971a291d5 /test/testpass.c
parentdcd48258f51db2e17d6dd8e57c620317cb9ec424 (diff)
downloadapr-bf3ae37d6a698eb6dd26b265c0bc4f9321b983bd.tar.gz
assert() games:
testmutexscope relies on assert() to check as well as to run at all, so make sure NDEBUG isn't defined. testpass and teststr don't use assert(), so don't include <assert.h>. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1523479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpass.c')
-rw-r--r--test/testpass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testpass.c b/test/testpass.c
index 34508571f..4ba5c6952 100644
--- a/test/testpass.c
+++ b/test/testpass.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include <assert.h>
#include <stdio.h>
#include <stdlib.h>