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 e14ebce commit c45a1c2Copy full SHA for c45a1c2
src/vm/js/bin/run_tests.pl
@@ -18,7 +18,7 @@
18
# temporarily turned of test 060
19
my @nqp_tests = grep {$_ !~ /regex-interpolation|060/} glob "t/nqp/*.t";
20
21
-my @moar_tests = qw(t/moar/03-line-seps.t t/moar/02-multidim.t);
+my @moar_tests = qw(t/moar/03-line-seps.t);
22
23
my @runtime_unit_tests = qw(t/js/varint.js);
24
my @continuation_tests; # = qw(t/js/continuations.t);
0 commit comments