From a7ceff403450783596c178568f60dfe5910186ad Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:48:11 +0800 Subject: [PATCH] tests/TestCompiler.vala --- tests/TestCompiler.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ; } -- 2.39.2