diff --git a/src/vm/jvm/bin/run_tests.pl b/src/vm/jvm/bin/run_tests.pl index 4b6e4291f3..d375fffac0 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,006,007,008,010,013,015,016,036,037,038,046,083}*.t"; +my @nqp_tests = glob "t/nqp/{001,002,003,004,005,006,007,008,010,011,013,015,016,036,037,038,046,083}*.t"; $harness->runtests(@nqp_tests);