From b28112d39ef063f657d5b18a42d5e5a904855c88 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:44:09 +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 b55b9fead..009e5aa23 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -86,7 +86,7 @@ namespace Palete { var source_file = new Vala.SourceFile ( context, Vala.SourceFileType.SOURCE, - file + this.file ); source_file.add_using_directive (ns_ref); context.add_source_file (source_file); -- 2.39.2