6499673: Assertion check for TypeVariable.getUpperBound() fails

Fix TypeVariable.getUpperBound to return results as specified

Reviewed-by: jjg
This commit is contained in:
Eric McCorkle 2013-09-23 15:37:59 -04:00
parent e815841576
commit c101eca6bb
7 changed files with 363 additions and 9 deletions

View file

@ -97,7 +97,7 @@ public class ModelChecker extends JavacTestingAbstractProcessor {
}
}
assertTrue(assertionCount == 10, "Expected 10 assertions - found " + assertionCount);
assertTrue(assertionCount == 9, "Expected 9 assertions - found " + assertionCount);
return super.visitVariable(node, p);
}
}