Commit 0e13ff48 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fix an LCOV exclusion pattern in address.c

parent 10a1969c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */
  }
}