Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnls committed Apr 18, 2023
2 parents 35d5a7b + 7e234b6 commit 1696e4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ void genericMutatorStressTest(AnnotatedType type, String mutatorTree,
testReadWriteExclusiveRoundtrip(mutator, fixedValue);

initValues.add(mutator.detach(value));
value = fixFloatingPointsForProtos(value);

for (int mutation = 0; mutation < NUM_MUTATE_PER_INIT; mutation++) {
Object detachedOldValue = mutator.detach(value);
Expand Down

0 comments on commit 1696e4b

Please sign in to comment.