Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Mar 19, 2013
1 parent eeba13a commit bcdfc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TestML/Compiler/Pegex/AST.pm
Expand Up @@ -30,7 +30,7 @@ sub got_code_statement {
my ($self, $list) = @_;
my ($expression, $assertion);
my $points = $self->points;
$self->points([]);
$self->{points} = [];

for (@$list) {
if (ref eq 'TestML::Assertion') {
Expand Down

0 comments on commit bcdfc93

Please sign in to comment.