summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2013-06-18 15:46:32 -0600
committerFather Chrysostomos <sprout@cpan.org>2014-11-20 20:17:36 -0800
commit8f8135cdff76dd70a053d47afbf3708bbacee96e (patch)
tree8a1c6059cefde6972f9d76f62ed1ef84635bf8ce
parent619dadb5060276c23775f8ce53d155587c914dc5 (diff)
downloadperl-8f8135cdff76dd70a053d47afbf3708bbacee96e.tar.gz
concise.t: correct test description to match actual test
Commit c6036734 changed the subject of an optimized constant function rendering test to one from the Storable API (ie stable), but missed the function name repeated in the test description. Fix that now.
-rw-r--r--ext/B/t/concise.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise.t b/ext/B/t/concise.t
index 9a1d1db405..c503fd6e14 100644
--- a/ext/B/t/concise.t
+++ b/ext/B/t/concise.t
@@ -399,7 +399,7 @@ $out = runperl ( switches => ["-MStorable", "-MO=Concise,-stash=Storable,-src"],
prog => '-e 1', stderr => 1 );
like($out, qr/FUNC: \*Storable::BIN_MAJOR/,
- "stash rendering includes constant sub: PAD_FAKELEX_MULTI");
+ "stash rendering has constant sub: Storable::BIN_MAJOR");
like($out, qr/BIN_MAJOR is a constant sub, optimized to a IV/,
"stash rendering identifies it as constant");