Skip to content

Commit

Permalink
Parrot::Config might not be available
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 3, 2009
1 parent b9baec4 commit 1ae73de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/php/relops.t
Expand Up @@ -25,9 +25,9 @@ use warnings;
use FindBin;
use lib "$FindBin::Bin/../../../../lib", "$FindBin::Bin/../../lib";

use Parrot::Config ();
use Pipp::Test;
use Test::More tests => 13;
use Pipp::Test tests => 13;

my %PConfig = Pipp::Test::read_parrot_config();

# True tests
my $expected = "Condition is true.\n";
Expand Down

0 comments on commit 1ae73de

Please sign in to comment.