Skip to content

Commit

Permalink
[truffle] Pass t/nqp/083-math.t
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jul 5, 2018
1 parent ef23e35 commit daa212e
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,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);

0 comments on commit daa212e

Please sign in to comment.