diff -r f6d77fee9811 -r 1e45d3c96ec5 compiler/tests/extras/PPCompiledJavaSyntaxTest.st --- a/compiler/tests/extras/PPCompiledJavaSyntaxTest.st Thu May 21 14:12:22 2015 +0100 +++ b/compiler/tests/extras/PPCompiledJavaSyntaxTest.st Fri Jul 24 15:06:54 2015 +0100 @@ -106,9 +106,9 @@ self parse: ' public class OddEven { - private int input; - public static void main(String[] args) { - OddEven number = new OddEven(); + private int input; + public static void main(String[] args) { + OddEven number = new OddEven(); number.showDialog(); } public void showDialog() {