Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t] fix deprecated use of run()
t/02-embed/01-load.t still fails for other reason though
  • Loading branch information
moritz committed Sep 12, 2011
1 parent 90a619c commit ee12e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-embed/01-load.t
Expand Up @@ -2,4 +2,4 @@ use v6;
my $bindir = $*VM<config><bindir> or die 'No bindir found';
my $exe = $*VM<config><exe> // '';
my $parrot = "$bindir/parrot$exe";
run("$parrot t/02-embed/01-load.pir");
shell("$parrot t/02-embed/01-load.pir");

0 comments on commit ee12e5a

Please sign in to comment.