Teach porting/diag.t about HEKf
authorFather Chrysostomos <sprout@cpan.org>
Fri, 7 Oct 2011 16:49:13 +0000 (09:49 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 7 Oct 2011 18:40:17 +0000 (11:40 -0700)
t/porting/diag.t

index cd09098..3a9dbab 100644 (file)
@@ -142,6 +142,7 @@ my %specialformats = (IVdf => 'd',
                      NVef => 'f',
                      NVff => 'f',
                      NVgf => 'f',
+                     HEKf => 's',
                      SVf256=>'s',
                      SVf32=> 's',
                      SVf  => 's');