Skip to content

Commit

Permalink
Suppress IdentityBinaryExpression
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152008533
  • Loading branch information
cpovirk authored and ronshapiro committed Apr 4, 2017
1 parent 886cbf2 commit 609a989
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void equalityFail() {

@DataPoints public static int[] ints = {-1, 0, 1, 2};

@SuppressWarnings("IdentityBinaryExpression")
@Theory
public void divideBySelf(int x) {
assume().that(x).isNotEqualTo(0);
Expand Down

0 comments on commit 609a989

Please sign in to comment.