Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libm Remove 't_rint' as it was committed accidenta...



details:   https://anonhg.NetBSD.org/src/rev/96273ee6ef93
branches:  trunk
changeset: 770427:96273ee6ef93
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Oct 16 13:43:26 2011 +0000

description:
Remove 't_rint' as it was committed accidentally.

diffstat:

 tests/lib/libm/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 526d8e82cd85 -r 96273ee6ef93 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Sun Oct 16 13:42:22 2011 +0000
+++ b/tests/lib/libm/Makefile   Sun Oct 16 13:43:26 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/10/16 13:42:22 jruoho Exp $
+# $NetBSD: Makefile,v 1.17 2011/10/16 13:43:26 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -17,7 +17,6 @@
 TESTS_C+=      t_ldexp
 TESTS_C+=      t_log
 TESTS_C+=      t_pow
-TESTS_C+=      t_rint
 TESTS_C+=      t_round
 TESTS_C+=      t_scalbn
 TESTS_C+=      t_sin



Home | Main Index | Thread Index | Old Index