Module Name: src
Committed By: jruoho
Date: Sun Oct 16 13:43:26 UTC 2011
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Remove 't_rint' as it was committed accidentally.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.16 src/tests/lib/libm/Makefile:1.17
--- src/tests/lib/libm/Makefile:1.16 Sun Oct 16 13:42:22 2011
+++ src/tests/lib/libm/Makefile Sun Oct 16 13:43:26 2011
@@ -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_infinity
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