8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java
Fix typo Reviewed-by: iveresov
This commit is contained in:
parent
44d1787a26
commit
da37592acb
@ -70,7 +70,7 @@ public class CatchInlineExceptions {
|
||||
if (counter1 != 0) {
|
||||
throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0");
|
||||
}
|
||||
if (counter2 != counter) {
|
||||
if (counter2 != counter0) {
|
||||
throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")");
|
||||
}
|
||||
if (counter2 != counter) {
|
||||
|
Loading…
Reference in New Issue
Block a user