Skip to content

Commit 2104888

Browse files
committed
[js] reorder the tests
1 parent be87a41 commit 2104888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/js/bin/run_tests.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
@nqp_tests = grep {!/19|78/} @nqp_tests;
2525
}
2626

27-
$harness->runtests(@runtime_unit_tests, @regex, @nqp_tests, @serialization, @qast, @js_specific);
27+
$harness->runtests(@runtime_unit_tests, @nqp_tests, @regex, @serialization, @qast, @js_specific);

0 commit comments

Comments
 (0)