This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f7c20
)
Test the correct longness; from Enache.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Aug 2003 12:17:01 +0000
(12:17 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 22 Aug 2003 12:17:01 +0000
(12:17 +0000)
p4raw-id: //depot/perl@20827
ext/B/t/assembler.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/t/assembler.t
b/ext/B/t/assembler.t
index
f92ebd7
..
d8451f6
100644
(file)
--- 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,
);