tests/TestCompiler.vala
[app.Builder.js] / 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;
 }