Skip to content

Commit 2b6bfb5

Browse files
committed
increase coverage
1 parent 641903c commit 2b6bfb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Not_Covered.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// This file is deliberately not covered. The PR can be thrown away once we validate that coveralls rejects it and accepts it when the code is removed.
22

3+
#if 0
4+
35
unsigned int crc32b(unsigned char *message) {
46
int i, j;
57
unsigned int byte, crc, mask;
@@ -57,4 +59,6 @@ unsigned int crc32b_3(unsigned char *message) {
5759

5860
void f(void) {
5961

60-
}
62+
}
63+
64+
#endif

0 commit comments

Comments
 (0)