Skip to content

Commit c45a1c2

Browse files
committed
Move test passed on all backends out of t/jvm and t/moar/ to t/nqp.
1 parent e14ebce commit c45a1c2

File tree

3 files changed

+1
-504
lines changed

3 files changed

+1
-504
lines changed

src/vm/js/bin/run_tests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# temporarily turned of test 060
1919
my @nqp_tests = grep {$_ !~ /regex-interpolation|060/} glob "t/nqp/*.t";
2020

21-
my @moar_tests = qw(t/moar/03-line-seps.t t/moar/02-multidim.t);
21+
my @moar_tests = qw(t/moar/03-line-seps.t);
2222

2323
my @runtime_unit_tests = qw(t/js/varint.js);
2424
my @continuation_tests; # = qw(t/js/continuations.t);

0 commit comments

Comments
 (0)