Skip to content

Commit

Permalink
Revert "[truffle] Run passing test 11"
Browse files Browse the repository at this point in the history
This reverts commit 782330a.
  • Loading branch information
pmurias committed Sep 24, 2018
1 parent 651bb3a commit 09439dd
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,013,015,016,036,037,038,046,083}*.t";
my @nqp_tests = glob "t/nqp/{001,002,003,004,005,006,007,008,010,013,015,016,036,037,038,046,083}*.t";

$harness->runtests(@nqp_tests);

0 comments on commit 09439dd

Please sign in to comment.