summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-03-15 00:57:53 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-03-15 00:57:53 +0000
commitf5d36e10e743d96cb49ea9dc97242f2912f2dbfc (patch)
tree7ada835d0eddbe169d1ff9349d0ac7ecaa9b8217
parent445a7d7b5fe89e57389a5293b5fc183e85eec02b (diff)
downloadapr-f5d36e10e743d96cb49ea9dc97242f2912f2dbfc.tar.gz
Fix a typo that won't be caught on Unix; an all too hasty backport.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@385945 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/testuser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testuser.c b/test/testuser.c
index 9710cbf4a..b5a878f1b 100644
--- a/test/testuser.c
+++ b/test/testuser.c
@@ -142,6 +142,7 @@ static void fail_userinfo(CuTest *tc)
#else
static void fail_userinfo(CuTest *tc)
+{
CuNotImpl(tc, "Intregal uid/gid not present on this platform");
}
#endif