Test the correct longness; from Enache.
Jarkko Hietaniemi [Fri, 22 Aug 2003 12:17:01 +0000 (12:17 +0000)]
p4raw-id: //depot/perl@20827

ext/B/t/assembler.t

index f92ebd7..d8451f6 100644 (file)
@@ -249,6 +249,7 @@ pvcontents  => [],
 strconst    => [ '""', '"another string"' ], # no NUL
 op_tr_array => [ join( ',', 256, 0..255 ) ],
 PADOFFSET   => undef,
+long        => undef,
              );
 
 # Erronous operand values
@@ -272,6 +273,7 @@ pvcontents  => [ '"spurious arg"' ],
 strconst    => [  'no quote"',  '"with NUL '."\0".' char"' ], # no NUL
 op_tr_array => undef, # op_pv_tr is no longer exactly 256 shorts
 PADOFFSET   => undef,
+long        => undef,
              );