Skip to content

Commit

Permalink
Update 114-pod-panic.t
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Jun 29, 2018
1 parent 85e6854 commit 5689499
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/nqp/114-pod-panic.t
Expand Up @@ -14,7 +14,16 @@ $fh.print($pod);
close($fh);

# ensure we use the correct executable
#?if moar
my $cmd := nqp::execname();
#?endif
#?if js
my $cmd := nqp::execname();
#?endif
#?if jvm
my $cmd := './nqp-j';
#?endif

my $cmdargs := $fname;
my $args := nqp::list($cmd, $cmdargs);

Expand Down

0 comments on commit 5689499

Please sign in to comment.