summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-11-24 04:57:35 +0000
committerRyan Bloom <rbb@apache.org>2002-11-24 04:57:35 +0000
commit7c6fa94167a774373ffc51cef96da048e17df0e9 (patch)
treeffc2c97db4c732a7567262aaa16a0b63bfe6eb7f /test/testmmap.c
parent6eace43e2f0bb29516d385f757ec98607cf3bdfe (diff)
downloadapr-7c6fa94167a774373ffc51cef96da048e17df0e9.tar.gz
Fix the names for all tests. (I got sick of seeing Test in the output)
git-svn-id: https://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);