From 319ce72a296af0ccf11c94934222168bbc58e57a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:48:26 +0800 Subject: [PATCH] tests/TestCompiler.vala --- tests/TestCompiler.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 4e7377038..655600baa 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 TestCompiler(file); + var a = new Palete.TestCompiler(file); a.compileString(); } return 0; -- 2.39.2