tests/TestCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:48:11 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:48:11 +0000 (15:48 +0800)
tests/TestCompiler.vala

index 3d1f3ce..4e73770 100644 (file)
@@ -126,7 +126,7 @@ namespace Palete {
                                 
                                Vala.CodeContext.pop ();
                                 
-                               return this.report.line_errors;
+                               return;
                        }
 
 
@@ -136,7 +136,7 @@ namespace Palete {
                        if (context.report.get_errors () > 0) {
                                 Vala.CodeContext.pop ();
                                 
-                               return this.report.line_errors;
+                               return ;
                                
                        }