summaryrefslogtreecommitdiff
path: root/dist/Carp/t/arg_string.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Carp/t/arg_string.t')
-rw-r--r--dist/Carp/t/arg_string.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/Carp/t/arg_string.t b/dist/Carp/t/arg_string.t
index bcbacf32c2..544a4fe059 100644
--- a/dist/Carp/t/arg_string.t
+++ b/dist/Carp/t/arg_string.t
@@ -3,8 +3,7 @@ use strict;
# confirm that string-typed stack args are displayed correctly by longmess()
-use Test::More;
-plan skip_all => 'temporary';
+use Test::More tests => 33;
use Carp ();