tests/TestCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:49:07 +0000 (15:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:49:07 +0000 (15:49 +0800)
tests/TestCompiler.vala.c

tests/TestCompiler.vala

index 23ccb9d..6ff082b 100644 (file)
@@ -176,7 +176,7 @@ int main (string[] args) {
 
        for (var i = 0;i < 1000;i++) {
                var a = new Palete.TestCompiler("/home/alan/gitlive/app.Builder.js/tests/TestCompiler.vala");
-               a.compileString();
+               a.checkString();
        }
        return 0;
 }