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