mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6499673: Assertion check for TypeVariable.getUpperBound() fails
Fix TypeVariable.getUpperBound to return results as specified Reviewed-by: jjg
This commit is contained in:
parent
e815841576
commit
c101eca6bb
7 changed files with 363 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue