diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-05-25 16:30:43 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-25 16:30:43 +0100 |
commit | 24e28fd799c14b3895ad81b7f27a6a547ac2dd44 (patch) | |
tree | 3ac4d5f7dbf8e071aaa05934be04cc64a9c0ae05 /ext | |
parent | 0824d66743a706cd268ace8fc9df03d7374c6886 (diff) | |
download | perl-24e28fd799c14b3895ad81b7f27a6a547ac2dd44.tar.gz |
Fix for typo in 0824d66743a706cd, in the expected output with threads.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/t/f_sort.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t index b940345be7..22d2e11dba 100644 --- a/ext/B/t/f_sort.t +++ b/ext/B/t/f_sort.t @@ -518,7 +518,7 @@ checkOptree(name => q{Compound sort/map Expression }, # l <|> mapwhile(other->m)[t26] lK # m <#> gv[*_] s # n <1> rv2sv sKM/DREFAV,1 -# o <1> rv2av[t4] sKR/DEREFed,1 +# o <1> rv2av[t4] sKR/DREFed,1 # p <$> const[IV 0] s # q <2> aelem sK/2 # - <@> scope lK |