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

index 009e5aa..f03e987 100644 (file)
@@ -9,6 +9,7 @@ namespace Palete {
        public class TestCompiler : Vala.CodeVisitor {
 
                Vala.CodeContext context;
        public class TestCompiler : Vala.CodeVisitor {
 
                Vala.CodeContext context;
+               string file;
                
                public TestCompiler(string file) {
                        base();
                
                public TestCompiler(string file) {
                        base();