From be8b880c4b4abc97e41222b3f2479a463baa432d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 May 2015 15:48:00 +0800 Subject: [PATCH] tests/TestCompiler.vala --- tests/TestCompiler.vala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/TestCompiler.vala b/tests/TestCompiler.vala index ffa5de64d..3d1f3ce69 100644 --- a/tests/TestCompiler.vala +++ b/tests/TestCompiler.vala @@ -68,9 +68,7 @@ namespace Palete { context.thread = true; - this.report = new ValaSourceReport(this.file); - context.report = this.report; - + context.basedir = "/tmp"; //Posix.realpath ("."); -- 2.39.2