summaryrefslogtreecommitdiff
path: root/test/testfmt.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/testfmt.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/testfmt.c')
-rw-r--r--test/testfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfmt.c b/test/testfmt.c
index f97fe08bf..236fa75db 100644
--- a/test/testfmt.c
+++ b/test/testfmt.c
@@ -104,7 +104,7 @@ static void int64_t_fmt(CuTest *tc)
CuSuite *testfmt(void)
{
- CuSuite *suite = CuSuiteNew("Test Formats");
+ CuSuite *suite = CuSuiteNew("Formats");
SUITE_ADD_TEST(suite, ssize_t_fmt);
SUITE_ADD_TEST(suite, size_t_fmt);