Skip to content

Commit 2258177

Browse files
committed
[js] Run the qregex.t test with continuations disabled
1 parent b76959f commit 2258177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/js/bin/run_tests.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
my $harness = TAP::Harness->new({
44
exec => sub {
55
my ($harness, $test_file) = @_;
6+
return ['./nqp-js', '--cps=off', $test_file] if $test_file =~ /qregex.t$/;
67
return ['./nqp-js', $test_file] if $test_file =~ /\.t$/;
78
return ['node', $test_file] if $test_file =~ /\.js$/;
89
}

0 commit comments

Comments
 (0)