Skip to content

Commit

Permalink
[truffle] Add assing tets 109
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 25, 2019
1 parent 258f5f4 commit 0263bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/bin/run_tests.pl
Expand Up @@ -9,6 +9,6 @@
}
});

my @nqp_tests = glob "t/nqp/{001,002,003,004,005,006,007,008,010,011,012,013,015,016,017,018,022,025,026,036,037,038,046,083}*.t";
my @nqp_tests = glob "t/nqp/{001,002,003,004,005,006,007,008,010,011,012,013,015,016,017,018,022,025,026,036,037,038,046,083,109}*.t";

$harness->runtests(@nqp_tests);

0 comments on commit 0263bdf

Please sign in to comment.