From b52488dd7fe47ff641df6dbeff6583cad4e95d77 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:49:07 +0800 Subject: [PATCH] tests/TestCompiler.vala tests/TestCompiler.vala.c --- tests/TestCompiler.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2