Module Name: src
Committed By: christos
Date: Mon Dec 7 20:57:39 UTC 2015
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
there is no REL_DEBUG
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libutil/t_parsedate.c
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/libutil/t_parsedate.c
diff -u src/tests/lib/libutil/t_parsedate.c:1.14 src/tests/lib/libutil/t_parsedate.c:1.15
--- src/tests/lib/libutil/t_parsedate.c:1.14 Mon Dec 7 15:52:46 2015
+++ src/tests/lib/libutil/t_parsedate.c Mon Dec 7 15:57:39 2015
@@ -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 @@ ATF_TC_BODY(relative, tc)
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);