From aa93e3ab0fc02f21191620115a7249537d740cd6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 11 Dec 2010 23:31:44 -0800 Subject: [PATCH] Fix test count in t/re/pat.t --- t/re/pat.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/re/pat.t b/t/re/pat.t index 72e36df..6c3af0a 100644 --- a/t/re/pat.t +++ b/t/re/pat.t @@ -23,7 +23,7 @@ BEGIN { } -plan tests => 410; # Update this when adding/deleting tests. +plan tests => 411; # Update this when adding/deleting tests. run_tests() unless caller; -- 2.7.4