From bd0f11d388548cfec3d530fd181a554aeaea92cd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:46:43 +0800 Subject: [PATCH] tests/TestCompiler.vala --- tests/TestCompiler.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index fa09f8cee..0d2d13d91 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -27,7 +27,7 @@ namespace Palete { - public Gee.HashMap checkString( ) + public void checkString( ) { // init context: var valac = "valac " ; @@ -165,7 +165,7 @@ namespace Palete { print("%s\n", valac); print("ALL OK?\n"); - return this.report.line_errors; + return ; } // // startpoint: @@ -173,7 +173,7 @@ namespace Palete { } } -/* + int main (string[] args) { var a = new ValaSource(file); -- 2.39.2