tests/TestCompiler.vala
[app.Builder.js] / 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 ;
                                
                        }