diff options
author | Stiver <stiver.mail@gmail.com> | 2014-08-13 22:17:21 +0200 |
---|---|---|
committer | Stiver <stiver.mail@gmail.com> | 2014-08-13 22:17:21 +0200 |
commit | 887c093afdb49b9bd2a2a4930c0a6a331662399d (patch) | |
tree | 8d0901288d901a82397c4471aa568d79ab66dbe3 /test/unit/results/TestClassLoop.dec | |
parent | 04b5c9abb177ced644caa520c252f783327a0cbf (diff) | |
download | fernflower-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.dec | 6 |
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; |