Skip to content

Commit

Permalink
Update plan for parrot/05-vtable.t .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 6, 2013
1 parent ede50c1 commit cd4197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/parrot/05-vtable.t
Expand Up @@ -5,7 +5,7 @@ class ABC {
method () is parrot_vtable('get_string') { 'abc' }
}

plan(8);
plan(9);

my $abc := ABC.new;
ok($abc == 123, "get_number vtable works");
Expand Down

0 comments on commit cd4197e

Please sign in to comment.