From daa212ea16e102944ac55347a307e8c28bc2906a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Thu, 5 Jul 2018 17:37:54 +0200 Subject: [PATCH] [truffle] Pass t/nqp/083-math.t --- src/vm/jvm/bin/run_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);