Skip to content

Commit

Permalink
Update tools/missing-js-tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 9, 2015
1 parent 536ec76 commit 5dcd656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/missing-js-tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use File::Slurp qw(slurp);

my $tests = slurp('src/vm/js/bin/run_tests');
my ($match) = $tests =~ /prove "\$@" -e '\.\/nqp-js' (t\/nqp\/\{[0-9,]+\}\*)/;
my ($match) = $tests =~ /prove "\$@" -e '\.\/nqp-js' gen\/js\/qregex.t (t\/nqp\/\{[0-9,]+\}\*)/;

my @tests = glob $match;

Expand Down

0 comments on commit 5dcd656

Please sign in to comment.