Skip to content

Commit

Permalink
[t] Parrot_PMC_name
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 27, 2011
1 parent f2c946a commit 8082601
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/src/extend_vtable.t
Expand Up @@ -166,6 +166,14 @@ CODE
Done!
OUTPUT

extend_vtable_output_is(<<'CODE', <<'OUTPUT', "Parrot_PMC_name");
string = Parrot_PMC_name(interp, fpa);
Parrot_printf(interp, "%S\n", string);
CODE
FixedPMCArray
Done!
OUTPUT

# TODO: Improve this test
extend_vtable_output_is(<<'CODE', <<'OUTPUT', "Parrot_PMC_init");
Parrot_PMC_init(interp, pmc);
Expand Down

0 comments on commit 8082601

Please sign in to comment.