summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-03-15 00:57:53 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-03-15 00:57:53 +0000
commit6ab90b048597aadf1d7dfadb1a12d0da06c7cf53 (patch)
tree7ada835d0eddbe169d1ff9349d0ac7ecaa9b8217 /test
parent35c8e570a4c4c09480ded49669c881d27af4ce94 (diff)
downloadlibapr-6ab90b048597aadf1d7dfadb1a12d0da06c7cf53.tar.gz
Fix a typo that won't be caught on Unix; an all too hasty backport.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@385945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-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