Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libm Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/f58c51c63bb8
branches:  trunk
changeset: 769506:f58c51c63bb8
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Sep 12 17:15:54 2011 +0000

description:
Fix typo.

diffstat:

 tests/lib/libm/t_ceil.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e2f3245011ae -r f58c51c63bb8 tests/lib/libm/t_ceil.c
--- a/tests/lib/libm/t_ceil.c   Mon Sep 12 17:08:22 2011 +0000
+++ b/tests/lib/libm/t_ceil.c   Mon Sep 12 17:15:54 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ceil.c,v 1.5 2011/09/12 16:48:48 jruoho Exp $ */
+/* $NetBSD: t_ceil.c,v 1.6 2011/09/12 17:15:54 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ceil.c,v 1.5 2011/09/12 16:48:48 jruoho Exp $");
+__RCSID("$NetBSD: t_ceil.c,v 1.6 2011/09/12 17:15:54 jruoho Exp $");
 
 #include <atf-c.h>
 #include <math.h>
@@ -107,7 +107,7 @@
 
        ATF_TP_ADD_TC(tp, ceil_basic);
        ATF_TP_ADD_TC(tp, ceilf_basic);
-       ATF_TP_ADD_TC(tp, floorf_basic);
+       ATF_TP_ADD_TC(tp, floor_basic);
        ATF_TP_ADD_TC(tp, floorf_basic);
 
        return atf_no_error();



Home | Main Index | Thread Index | Old Index