Skip to content

Commit

Permalink
review: Fix test assertion with JDK8 1.8.0_15 on Travis (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
surli authored and monperrus committed Nov 13, 2017
1 parent 661c0ea commit 5274702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private CtTypeInformation getLastResolvedSuperclass(ClassTypingContext ctc) thro

@Test
public void testGetSuperclass() throws Exception {
int expectedNumberInJDK8 = 61;
int expectedNumberInJDK8 = 62; // in Java 1.8.0_151
int expectedNumberInJDK9 = 81;

int expectedNumber;
Expand Down

0 comments on commit 5274702

Please sign in to comment.