Skip to content

Commit

Permalink
return tests to a passing state
Browse files Browse the repository at this point in the history
  • Loading branch information
not-napoleon committed Dec 7, 2023
1 parent 5bf7431 commit 2c79364
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ public static Iterable<Object[]> parameters() {
)
);


// Cases that should generate warnings
/*
suppliers.addAll(List.of(new TestCaseSupplier("MV", () -> {
// Ensure we don't have an overflow
int rhs = randomIntBetween((Integer.MIN_VALUE >> 1) - 1, (Integer.MAX_VALUE >> 1) - 1);
Expand All @@ -192,7 +190,6 @@ public static Iterable<Object[]> parameters() {
.withWarning("Line -1:-1: java.lang.IllegalArgumentException: single-value function encountered multi-value");
})));

*/
return parameterSuppliersFromTypedData(suppliers);
}

Expand Down

0 comments on commit 2c79364

Please sign in to comment.