Skip to content

Commit

Permalink
Add coverage to Parrot_api_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jun 19, 2011
1 parent 14a15f1 commit 2266398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/src/embed/api.t
Expand Up @@ -224,7 +224,9 @@ int main(void) {
Parrot_api_make_interpreter(NULL, 0, NULL, &interp);
Parrot_api_debug_flag(interp, 0x01, 0);
Parrot_api_flag(interp, 0x01, PARROT_PROFILE_FLAG);
Parrot_api_flag(interp, PARROT_PROFILE_FLAG, 0);
Parrot_api_flag(interp, PARROT_PROFILE_FLAG, 1);
Parrot_api_set_runcore(interp, "gcdebug", 0);
Parrot_api_set_runcore(interp, "exec", 0);
Expand Down

0 comments on commit 2266398

Please sign in to comment.