X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=tests%2FTestCompiler.vala;h=23ccb9d1d7e1e20d0020f620a45926efa76cef43;hp=655600baaa93299eb4ac79b481737feb560f1f3b;hb=df1bc552d9ddc36cd32e7408ea1bd4082f08a5fd;hpb=319ce72a296af0ccf11c94934222168bbc58e57a diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 655600baa..23ccb9d1d 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -175,7 +175,7 @@ namespace Palete { int main (string[] args) { for (var i = 0;i < 1000;i++) { - var a = new Palete.TestCompiler(file); + var a = new Palete.TestCompiler("/home/alan/gitlive/app.Builder.js/tests/TestCompiler.vala"); a.compileString(); } return 0;