diff --git a/src/vm/jvm/bin/run_tests.pl b/src/vm/jvm/bin/run_tests.pl index 41c33f593c..dfc8b4e6f7 100644 --- a/src/vm/jvm/bin/run_tests.pl +++ b/src/vm/jvm/bin/run_tests.pl @@ -9,6 +9,6 @@ } }); -my @nqp_tests = glob "t/nqp/{001,002,003,004,005,008,010,013,016}*.t"; +my @nqp_tests = glob "t/nqp/{001,002,003,004,005,008,010,013,016,083}*.t"; $harness->runtests(@nqp_tests);