diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-07 12:27:25 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-07 12:30:43 -0800 |
commit | 7163f51000bd5b33134c580d3e8d33b93048a2f5 (patch) | |
tree | c02228cb9f2b11eac5fb0b07ae2a2aac34b56275 /ext/B | |
parent | ac61699357a71f9f4507bf32546c2f3f856ce3b5 (diff) | |
download | perl-7163f51000bd5b33134c580d3e8d33b93048a2f5.tar.gz |
Fix ext/B/t/f_map.t failure
Tiny typo on my part. Strangely, the tests passed for me before, so I
probably made a mistake in trying to switch branches.
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/f_map.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t index aead90f0da..bedb7a047f 100644 --- a/ext/B/t/f_map.t +++ b/ext/B/t/f_map.t @@ -62,7 +62,7 @@ checkOptree(note => q{}, # d <2> aassign[t9] KS/COMMON # e <1> leavesub[1 ref] K/REFC,1 EOT_EOT -# 1 <;> nextstate(main 559 (eval 15):1) v% +# 1 <;> nextstate(main 559 (eval 15):1) v:% # 2 <0> pushmark s # 3 <0> pushmark s # 4 <$> gv(*nums) s |