diff options
Diffstat (limited to 'testData/results/TestClassLoop.dec')
-rw-r--r-- | testData/results/TestClassLoop.dec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testData/results/TestClassLoop.dec b/testData/results/TestClassLoop.dec index b231ae0..74b8bac 100644 --- a/testData/results/TestClassLoop.dec +++ b/testData/results/TestClassLoop.dec @@ -1,8 +1,6 @@ package pkg; - public class TestClassLoop { - public static void testSimpleInfinite() { while(true) { System.out.println(); |