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