From 43db91bd87a6f197a93285a87df473616cc1f6c2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 25 Apr 2017 10:59:19 -0400 Subject: Teach cov-exclude to detect runaway LCOV_EXCL_START lines Also, fix two instances of runaway LCOV_EXCL_START lines. --- src/common/address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/address.c') diff --git a/src/common/address.c b/src/common/address.c index 701daace57..c5d0e918ca 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -1198,7 +1198,7 @@ tor_addr_hash(const tor_addr_t *addr) /* LCOV_EXCL_START */ tor_fragile_assert(); return 0; - /* LCOV_EXCL_END */ + /* LCOV_EXCL_STOP */ } } -- cgit v1.2.3-54-g00ecf