Skip to content

Commit

Permalink
[truffle] Run passing test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 24, 2018
1 parent b2677b5 commit 782330a
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,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);

0 comments on commit 782330a

Please sign in to comment.