Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 545388423
Change-Id: Ic6e201d8dc36b8f453dac2695b32a8f9f3ea0064
  • Loading branch information
Googler authored and copybara-github committed Jul 4, 2023
1 parent f706e7d commit 92d6f22
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ public class LcovMergerTestUtils {

static final String SOURCE_FILENAME = "SOURCE_FILENAME";
static final int NR_FUNCTIONS_FOUND = 3;
static final int NR_FUNCTIONS_HIT_TRACEFILE1 = 2;
static final int NR_FUNCTIONS_HIT_TRACEFILE2 = 3;

static final String FUNC_1 = "file1-func1";
static final int FUNC_1_LINE_NR = 10;
Expand All @@ -214,8 +212,6 @@ public class LcovMergerTestUtils {
static final long FUNC_3_NR_EXECUTED_LINES_TRACEFILE2 = 2;

static final int NR_LINES_FOUND = 14;
static final int NR_LINES_HIT_TRACEFILE1 = 10;
static final int NR_LINES_HIT_TRACEFILE2 = 13;

static final int NR_BRANCHES_FOUND = 6;
static final int NR_BRANCHES_HIT_TRACEFILE1 = 2;
Expand Down

0 comments on commit 92d6f22

Please sign in to comment.