Navigation Menu

Skip to content

Commit

Permalink
[t] Parrot_PMC_isa_pmc
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 27, 2011
1 parent e8495b8 commit 970a59e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions t/src/extend_vtable.t
Expand Up @@ -209,6 +209,19 @@ CODE
Done! Done!
OUTPUT OUTPUT


extend_vtable_output_is(<<'CODE', <<'OUTPUT', "Parrot_PMC_isa_pmc");
integer = Parrot_PMC_isa_pmc(interp, klass, klass);
Parrot_printf(interp, "%d\n", integer);
integer = Parrot_PMC_isa_pmc(interp, pmc, klass);
Parrot_printf(interp, "%d\n", integer);
CODE
1
0
Done!
OUTPUT

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

0 comments on commit 970a59e

Please sign in to comment.