Skip to content

Commit

Permalink
Fix stupid bug in Morph.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
arnsholt committed Jul 3, 2011
1 parent 1d383b2 commit e1f4ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/Morph.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ sub test {
TODO: {
local $TODO = $form->{todo};
$form = $form->{form};
my $msg = "`$form' is generated from `$form'";
my $msg = "`$form' is generated from `$tag'";
ok(exists $lookup{$form}, $msg);
}
}
else {
my $msg = "`$form' is generated from `$form'";
my $msg = "`$form' is generated from `$tag'";
ok(exists $lookup{$form}, $msg);
}
}
Expand Down

0 comments on commit e1f4ad0

Please sign in to comment.