From 887c093afdb49b9bd2a2a4930c0a6a331662399d Mon Sep 17 00:00:00 2001 From: Stiver Date: Wed, 13 Aug 2014 22:17:21 +0200 Subject: Unit tests updated --- test/unit/results/TestClassLoop.dec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/unit/results/TestClassLoop.dec') 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; -- cgit v1.2.3