From 82bd27e88fa16bf6411a843773d0bb95bc3c6d9e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:44:17 +0800 Subject: [PATCH] tests/TestCompiler.vala --- tests/TestCompiler.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index 009e5aa23..f03e98781 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -9,6 +9,7 @@ namespace Palete { public class TestCompiler : Vala.CodeVisitor { Vala.CodeContext context; + string file; public TestCompiler(string file) { base(); -- 2.39.2