summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-24 04:57:35 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-11-24 04:57:35 +0000
commit0db2e4a10ea962258c7014fd3591122180f5d6e1 (patch)
treeffc2c97db4c732a7567262aaa16a0b63bfe6eb7f /test/testmmap.c
parent68012686b184155ae2f62ae63ddbd930e417311c (diff)
downloadlibapr-0db2e4a10ea962258c7014fd3591122180f5d6e1.tar.gz
Fix the names for all tests. (I got sick of seeing Test in the output)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64079 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 f79d1c0b5..3725f9699 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -148,7 +148,7 @@ static void test_mmap_offset(CuTest *tc)
CuSuite *testmmap(void)
{
- CuSuite *suite = CuSuiteNew("Test MMAP");
+ CuSuite *suite = CuSuiteNew("MMAP");
#if APR_HAS_MMAP
SUITE_ADD_TEST(suite, create_filename);