summaryrefslogtreecommitdiffstats
path: root/test/unit/results/TestClassLoop.dec
diff options
context:
space:
mode:
authorStiver <stiver.mail@gmail.com>2014-08-13 22:17:21 +0200
committerStiver <stiver.mail@gmail.com>2014-08-13 22:17:21 +0200
commit887c093afdb49b9bd2a2a4930c0a6a331662399d (patch)
tree8d0901288d901a82397c4471aa568d79ab66dbe3 /test/unit/results/TestClassLoop.dec
parent04b5c9abb177ced644caa520c252f783327a0cbf (diff)
downloadfernflower-887c093afdb49b9bd2a2a4930c0a6a331662399d.tar
fernflower-887c093afdb49b9bd2a2a4930c0a6a331662399d.tar.gz
fernflower-887c093afdb49b9bd2a2a4930c0a6a331662399d.tar.lz
fernflower-887c093afdb49b9bd2a2a4930c0a6a331662399d.tar.xz
fernflower-887c093afdb49b9bd2a2a4930c0a6a331662399d.zip
Unit tests updated
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;