tests/TestCompiler.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:48:26 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 07:48:26 +0000 (15:48 +0800)
tests/TestCompiler.vala

index 4e73770..655600b 100644 (file)
@@ -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;