We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e7227 commit 4ab0db9Copy full SHA for 4ab0db9
src/vm/js/bin/run_tests.pl
@@ -14,7 +14,7 @@
14
my @qast = glob "t/qast/02*";
15
my @js_specific = "t/js/getcomp-js.t";
16
17
-my @nqp_tests = grep {$_ !~ /regex-interpolation/ && $_ !~ /bigint/ && $_ !~ /86|19/} glob "t/nqp/*.t";
+my @nqp_tests = grep {$_ !~ /regex-interpolation/ && $_ !~ /bigint/ && $_ !~ /86/} glob "t/nqp/*.t";
18
19
my @moar_tests = (); # qw(t/moar/03-line-seps.t);
20
0 commit comments