summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-11-13 18:44:10 +0000
committerJeff Trawick <trawick@apache.org>2013-11-13 18:44:10 +0000
commita955e653212138d1e27f69fab59812bc5370a303 (patch)
tree01940c7496c2f4a73d01a531cfebafe6822bd619 /test/testmmap.c
parent40844ecfa9dac6fac7c333fe629887cef7fbb6a0 (diff)
downloadapr-a955e653212138d1e27f69fab59812bc5370a303.tar.gz
Fix message when !APR_HAS_MMAP
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1541655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testmmap.c')
-rw-r--r--test/testmmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index 74c0c9f50..0dcdbe724 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -31,7 +31,7 @@
#if !APR_HAS_MMAP
static void not_implemented(abts_case *tc, void *data)
{
- ABTS_NOT_IMPL(tc, "User functions");
+ ABTS_NOT_IMPL(tc, "MMAP functions");
}
#else