Skip to content

Commit cd4197e

Browse files
committed
Update plan for parrot/05-vtable.t .
1 parent ede50c1 commit cd4197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/parrot/05-vtable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ABC {
55
method () is parrot_vtable('get_string') { 'abc' }
66
}
77

8-
plan(8);
8+
plan(9);
99

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

0 commit comments

Comments
 (0)