From: Alan Knowles Date: Thu, 14 May 2015 07:44:09 +0000 (+0800) Subject: tests/TestCompiler.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=b28112d39ef063f657d5b18a42d5e5a904855c88 tests/TestCompiler.vala --- 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);