Skip to content

Commit

Permalink
Update setup.pir to use get_nqp_rx() instead of get_nqp(). Needed aft…
Browse files Browse the repository at this point in the history
…er parrot commit 0617415a.
  • Loading branch information
darbelo committed Feb 11, 2011
1 parent 4e6dc61 commit d6ce79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.pir
Expand Up @@ -65,7 +65,7 @@ No Configure step, no Makefile generated.
$P0['installable_pbc'] = $P4

# test
$S0 = get_nqp()
$S0 = get_nqp_rx()
$P0['prove_exec'] = $S0

# smoke
Expand Down

0 comments on commit d6ce79d

Please sign in to comment.