Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libutil there is no REL_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/8ef1201010d7
branches:  trunk
changeset: 342128:8ef1201010d7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 07 20:57:39 2015 +0000

description:
there is no REL_DEBUG

diffstat:

 tests/lib/libutil/t_parsedate.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 939d6f8d3395 -r 8ef1201010d7 tests/lib/libutil/t_parsedate.c
--- a/tests/lib/libutil/t_parsedate.c   Mon Dec 07 20:55:49 2015 +0000
+++ b/tests/lib/libutil/t_parsedate.c   Mon Dec 07 20:57:39 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_parsedate.c,v 1.14 2015/12/07 20:52:46 christos Exp $ */
+/* $NetBSD: t_parsedate.c,v 1.15 2015/12/07 20:57:39 christos Exp $ */
 /*-
  * Copyright (c) 2010, 2015 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_parsedate.c,v 1.14 2015/12/07 20:52:46 christos Exp $");
+__RCSID("$NetBSD: t_parsedate.c,v 1.15 2015/12/07 20:57:39 christos Exp $");
 
 #include <atf-c.h>
 #include <errno.h>
@@ -390,8 +390,6 @@
        tm.tm_sec = tm.tm_min = tm.tm_hour = 0;
        tm.tm_isdst = -1;
        REL_CHECK("Tuesday midnight", now, tm);
-
-#undef REL_DEBUG
 }
 
 ATF_TC(atsecs);



Home | Main Index | Thread Index | Old Index