compiler/tests/extras/PPCompiledJavaSyntaxTest.st
changeset 502 1e45d3c96ec5
parent 459 4751c407bb40
child 503 ff58cd9f1f3c
--- 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() {