Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Add passing tests 09 and 10 to make js-test-bootstrapped
  • Loading branch information
pmurias committed Oct 23, 2015
1 parent baf46e1 commit b46902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/bin/run_tests_bootstrapped.pl
Expand Up @@ -8,7 +8,7 @@
}
});

my @nqp_tests = glob "t/nqp/{01,02,03,04,05,06,08}*.t";
my @nqp_tests = glob "t/nqp/{01,02,03,04,05,06,08,09,10}*.t";

$harness->runtests(@nqp_tests);

0 comments on commit b46902b

Please sign in to comment.