Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libutil Kill one more REL_DEBUG, from kre
details: https://anonhg.NetBSD.org/src/rev/0db7b4aca3c7
branches: trunk
changeset: 342134:0db7b4aca3c7
user: christos <christos%NetBSD.org@localhost>
date: Tue Dec 08 12:41:28 2015 +0000
description:
Kill one more REL_DEBUG, from kre
diffstat:
tests/lib/libutil/t_parsedate.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r b7f8b032037c -r 0db7b4aca3c7 tests/lib/libutil/t_parsedate.c
--- a/tests/lib/libutil/t_parsedate.c Tue Dec 08 05:56:18 2015 +0000
+++ b/tests/lib/libutil/t_parsedate.c Tue Dec 08 12:41:28 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_parsedate.c,v 1.15 2015/12/07 20:57:39 christos Exp $ */
+/* $NetBSD: t_parsedate.c,v 1.16 2015/12/08 12:41:28 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.15 2015/12/07 20:57:39 christos Exp $");
+__RCSID("$NetBSD: t_parsedate.c,v 1.16 2015/12/08 12:41:28 christos Exp $");
#include <atf-c.h>
#include <errno.h>
@@ -351,9 +351,6 @@
tm.tm_isdst = -1;
tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
REL_CHECK("1 week ago Tu", now, tm);
-#if 0
- REL_DEBUG("1 week ago Tu");
-#endif
ATF_CHECK(localtime_r(&now, &tm) != NULL);
tm.tm_isdst = -1;
Home |
Main Index |
Thread Index |
Old Index