Skip to content

Commit

Permalink
Merge pull request #1241 from ggoebel/js
Browse files Browse the repository at this point in the history
fix merge conflict
  • Loading branch information
pmurias committed Nov 8, 2017
2 parents 95991af + a628e1c commit e34f66e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions t/harness5
Expand Up @@ -40,14 +40,8 @@ GetOptions(
my @pass_through_options = grep m/^--?[^-]/, @ARGV;
my @files = grep m/^[^-]/, @ARGV;

<<<<<<< HEAD
$ENV{'HARNESS_PERL'} = ".${slash}perl6-" . ($js ? "js" : $moar ? "m" : $jvm ? "j" : "m");
$ENV{'PERL6LIB'} = "lib";
=======
$ENV{'HARNESS_PERL'} = ".${slash}perl6-" . ($moar ? "m" : $jvm ? "j" : "m");
$ENV{'PERL6LIB'} = "lib";
>>>>>>> origin/nom

my @slow;
if ($list_file) {
Expand Down

0 comments on commit e34f66e

Please sign in to comment.