From: Alan Knowles Date: Thu, 14 May 2015 07:48:11 +0000 (+0800) Subject: tests/TestCompiler.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=a7ceff403450783596c178568f60dfe5910186ad tests/TestCompiler.vala --- diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 3d1f3ce69..4e7377038 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -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 ; }