Skip to content

Commit

Permalink
main lacked return on an embed test
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Jan 18, 2011
1 parent 096e9c6 commit 34dca63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/src/embed/api.t
Expand Up @@ -161,6 +161,7 @@ int main(void) {
/* Step 2: Now load in the PIR and execute it */
Parrot_api_load_bytecode_file(interp, "$temp_pbc", &bytecode);
Parrot_api_run_bytecode(interp, bytecode, NULL);
return 0;
}
CODE
executed
Expand Down

0 comments on commit 34dca63

Please sign in to comment.