Skip to content

Commit

Permalink
[t] Parrot_PMC_init
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 27, 2011
1 parent 5ec95d9 commit d2b1bbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions t/src/extend_vtable.t
Expand Up @@ -158,6 +158,13 @@ CODE

# actual tests start here

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

extend_vtable_output_is(<<'CODE', <<'OUTPUT', "Parrot_PMC_isa");
integer = Parrot_PMC_isa(interp, pmc, createstring(interp, "Integer") );
Parrot_printf(interp, "%d\n", integer);
Expand Down

0 comments on commit d2b1bbe

Please sign in to comment.