X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FTestCompiler.vala;h=6ff082b53469aedc05544a3efd65e33a6a631241;hb=b52488dd7fe47ff641df6dbeff6583cad4e95d77;hp=4e7377038ed3f9c9b2960379986a3cfda17d0ebb;hpb=a7ceff403450783596c178568f60dfe5910186ad;p=app.Builder.js diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 4e7377038..6ff082b53 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -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; }