summaryrefslogtreecommitdiffstats
path: root/test/unit/results/TestClassLoop.dec
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/results/TestClassLoop.dec')
-rw-r--r--test/unit/results/TestClassLoop.dec6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/unit/results/TestClassLoop.dec b/test/unit/results/TestClassLoop.dec
index 3870f83..a931148 100644
--- a/test/unit/results/TestClassLoop.dec
+++ b/test/unit/results/TestClassLoop.dec
@@ -3,6 +3,12 @@ package unit.classes;
public class TestClassLoop {
+ public static void testSimpleInfinite() {
+ while(true) {
+ System.out.println();
+ }
+ }
+
public static void testFinally() {
boolean var0 = Math.random() > 0.0D;