Module Name:    src
Committed By:   dholland
Date:           Sun Jan 27 04:33:29 UTC 2019

Modified Files:
        src/external/mpl/bind/dist/lib/isc/tests: regex_test.c

Log Message:
fix duplicated chunk from merge


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/mpl/bind/dist/lib/isc/tests/regex_test.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/dist/lib/isc/tests/regex_test.c
diff -u src/external/mpl/bind/dist/lib/isc/tests/regex_test.c:1.4 src/external/mpl/bind/dist/lib/isc/tests/regex_test.c:1.5
--- src/external/mpl/bind/dist/lib/isc/tests/regex_test.c:1.4	Sun Jan 27 02:08:35 2019
+++ src/external/mpl/bind/dist/lib/isc/tests/regex_test.c	Sun Jan 27 04:33:29 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: regex_test.c,v 1.4 2019/01/27 02:08:35 pgoyette Exp $	*/
+/*	$NetBSD: regex_test.c,v 1.5 2019/01/27 04:33:29 dholland Exp $	*/
 
 /*
  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -1132,8 +1132,6 @@ regex_validate(void **state) {
 		}
 		assert_int_equal(r, tests[i].expect);
 	}
-
-	return (cmocka_run_group_tests(tests, NULL, NULL));
 }
 
 int

Reply via email to