8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java

Fix typo

Reviewed-by: iveresov
This commit is contained in:
Vladimir Kozlov 2014-10-21 12:37:48 -07:00
parent 44d1787a26
commit da37592acb

View file

@ -70,7 +70,7 @@ public class CatchInlineExceptions {
if (counter1 != 0) { if (counter1 != 0) {
throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0"); throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0");
} }
if (counter2 != counter) { if (counter2 != counter0) {
throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")");
} }
if (counter2 != counter) { if (counter2 != counter) {