diff options
-rw-r--r-- | ext/B/t/concise-xs.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index a42d1dfaac..591bf8a52e 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -89,8 +89,8 @@ BEGIN { use Getopt::Std; use Carp; use Test::More tests => ( 1 * !!$Config::Config{useithreads} - + 3 * ($] > 5.009) - + 777 ); + + 1 * ($] > 5.009) + + 779 ); require_ok("B::Concise"); |