mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java
Fix typo Reviewed-by: iveresov
This commit is contained in:
parent
44d1787a26
commit
da37592acb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue