aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new')
-rw-r--r--tests/new/AroundVoid.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/new/AroundVoid.java b/tests/new/AroundVoid.java
index 8d4393c9d..7f0f1dd49 100644
--- a/tests/new/AroundVoid.java
+++ b/tests/new/AroundVoid.java
@@ -52,6 +52,7 @@ class C {
while (true) {
int x = 0;
int y = 2/x;
+ throw new ArithmeticException();
}
}