Skip to content

Commit

Permalink
Name test case more descriptively
Browse files Browse the repository at this point in the history
MOE_MIGRATED_REVID=163530301
  • Loading branch information
epmjohnston authored and cushon committed Aug 10, 2017
1 parent a7dafa3 commit 55ee03a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ <E extends Exception> void genericMaybeUnchecked(E e) {
throwIfUnchecked(e); throwIfUnchecked(e);
} }


<E extends T, T extends Exception> void genericHellhole(E e) { <E extends T, T extends Exception> void genericUpperBoundDifferentFromErasure(E e) {
throwIfUnchecked(e); throwIfUnchecked(e);
} }


Expand Down

0 comments on commit 55ee03a

Please sign in to comment.