Skip to content

Commit

Permalink
Second try to fix missing LCOV_EXCL_START
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlyMoo committed Jan 17, 2025
1 parent 21c59c2 commit 6d08c38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4946,7 +4946,6 @@ int8_t rule_run(struct rules_t *obj, uint8_t validate) {
}

#ifdef DEBUG
/*LCOV_EXCL_START*/
static void print_heap(struct rules_t *obj) {
uint16_t size = getval(obj->heap->nrbytes), i = 0;

Expand Down Expand Up @@ -5103,7 +5102,6 @@ static void print_bytecode(struct rules_t *obj) {
printf("\n");
}
}
/*LCOV_EXCL_STOP*/
#endif

#if defined(DEBUG) || defined(COVERALLS)
Expand Down

0 comments on commit 6d08c38

Please sign in to comment.