From: Alan Knowles Date: Thu, 14 May 2015 07:46:43 +0000 (+0800) Subject: tests/TestCompiler.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=bd0f11d388548cfec3d530fd181a554aeaea92cd tests/TestCompiler.vala --- 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);