Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Mar 28, 2011
1 parent 5553758 commit cfac77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01_db.t
Expand Up @@ -5,7 +5,7 @@ use Groonga;

my $db = Groonga::DB->new();
isa_ok $db, 'Groonga::DB';
$db->create(undef) or die "cannot create db";
$db->create(undef) or die "cannot create db";

done_testing;

0 comments on commit cfac77e

Please sign in to comment.