compiler/tests/extras/PPCompiledJavaSyntaxTest.st
changeset 503 ff58cd9f1f3c
parent 461 5986bf6d7d60
parent 502 1e45d3c96ec5
--- a/compiler/tests/extras/PPCompiledJavaSyntaxTest.st	Fri Jun 19 08:13:39 2015 +0100
+++ b/compiler/tests/extras/PPCompiledJavaSyntaxTest.st	Fri Jul 24 15:37:23 2015 +0100
@@ -107,9 +107,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() {