aboutsummaryrefslogtreecommitdiffstats
path: root/t/merge.t
diff options
context:
space:
mode:
Diffstat (limited to 't/merge.t')
-rwxr-xr-xt/merge.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/merge.t b/t/merge.t
index e2f0de6..848c022 100755
--- a/t/merge.t
+++ b/t/merge.t
@@ -2,9 +2,11 @@
use strict;
use warnings;
+use lib qw(lib);
use constant true => 1;
use constant false => 0;
+use Colorize::Common ':defaults';
use File::Temp qw(tmpnam);
use Test::More;
@@ -94,8 +96,6 @@ $tests += @merge_fail;
$tests += @buffer;
$tests += @pushback;
-my $source = 'colorize.c';
-my $compiler = 'gcc';
my %programs;
my $compile = sub