From 1eaae977b54b7609cf8d8f06cd87cb78a96cd6ca Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 29 Apr 2012 21:16:51 -0700 Subject: [PATCH] coreamp.t: rename badly-named tests --- t/op/coreamp.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/op/coreamp.t b/t/op/coreamp.t index 78ced66..062ee5c 100644 --- a/t/op/coreamp.t +++ b/t/op/coreamp.t @@ -637,12 +637,12 @@ $tests += 2; my $oncer = sub { "a" =~ m?a? }; &$oncer; &myreset; -ok &$oncer, '&reset with one arg'; +ok &$oncer, '&reset with no args'; package resettest { $b = "c"; $banana = "cream"; &::myreset('b'); - ::lis [$b,$banana],[(undef)x2], '2-arg &reset'; + ::lis [$b,$banana],[(undef)x2], '1-arg &reset'; } test_proto 'reverse'; -- 2.7.4