Browse Source

Fix an LCOV exclusion pattern in address.c

Nick Mathewson 6 years ago
parent
commit
0e13ff4815
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/address.c

+ 2 - 2
src/common/address.c

@@ -1199,7 +1199,7 @@ tor_addr_hash(const tor_addr_t *addr)
     /* LCOV_EXCL_START */
     tor_fragile_assert();
     return 0;
-    /* LCOV_EXCL_END */
+    /* LCOV_EXCL_STOP */
   }
 }
 
@@ -1221,7 +1221,7 @@ tor_addr_keyed_hash(const struct sipkey *key, const tor_addr_t *addr)
     /* LCOV_EXCL_START */
     tor_fragile_assert();
     return 0;
-    /* LCOV_EXCL_END */
+    /* LCOV_EXCL_STOP */
   }
 }