diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 09:49:13 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 11:40:17 -0700 |
commit | fa871b03465ed78d5db33ec342b44643cb29c4ca (patch) | |
tree | e18b4d53918a146f43d6773b9bd511cc7c82d48f /t/porting | |
parent | 20023040512048d46bbabebb86dde36076126af7 (diff) | |
download | perl-fa871b03465ed78d5db33ec342b44643cb29c4ca.tar.gz |
Teach porting/diag.t about HEKf
Diffstat (limited to 't/porting')
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index cd09098cc8..3a9dbab9e3 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -142,6 +142,7 @@ my %specialformats = (IVdf => 'd', NVef => 'f', NVff => 'f', NVgf => 'f', + HEKf => 's', SVf256=>'s', SVf32=> 's', SVf => 's'); |