From: Jarkko Hietaniemi Date: Fri, 22 Aug 2003 12:17:01 +0000 (+0000) Subject: Test the correct longness; from Enache. X-Git-Tag: perl-5.9.0~455 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/53897bd5c5d43eac3b0f361aa91d302cd3886952 Test the correct longness; from Enache. p4raw-id: //depot/perl@20827 --- diff --git a/ext/B/t/assembler.t b/ext/B/t/assembler.t index f92ebd7..d8451f6 100644 --- a/ext/B/t/assembler.t +++ b/ext/B/t/assembler.t @@ -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, );