Skip to content

Commit

Permalink
[t][TT #2084] Attempt to fix failed assertion 'key'
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Apr 16, 2011
1 parent 4fe0838 commit 704435d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/src/extend_vtable.t
Expand Up @@ -283,6 +283,7 @@ Done!
OUTPUT

extend_vtable_output_is(<<'CODE', <<'OUTPUT', "Parrot_PMC_get_string_keyed_str");
string = createstring(interp,"foo");
string = Parrot_PMC_get_string_keyed_str(interp, hash, string);
Parrot_printf(interp,"%Ss\n", string);
CODE
Expand Down

0 comments on commit 704435d

Please sign in to comment.