Skip to content

Commit

Permalink
Elimininated an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 14, 2010
1 parent 0a8275c commit b86350b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/examples.t
Expand Up @@ -26,9 +26,7 @@ use Test::More tests => 2;
use File::Spec ();

my $is_win32 = $^O eq 'MSWin32';
my $parrot = 'parrot';
my $lazy_k = $parrot . q{ } . 'lazy.pbc';
my $source_fn = 'examples/calc.lazy';
my $lazy_k = 'parrot lazy.pbc';
my @test_cases = (
[ 'calc.lazy', '2*4+3', "11\n" ],
[ 'cat.lazy', '2*4+3', "2*4+3\n" ],
Expand Down

0 comments on commit b86350b

Please sign in to comment.