diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-11 09:42:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-11 09:42:56 +0000 |
commit | 2ae617dd55ff4831f54fe6e69b42bd51fb33548e (patch) | |
tree | ee853612f5c3530030dea382dc18018bb2630b9c /t | |
parent | 642f9debcae19ee23c984c3fbe5fa65e96398ea0 (diff) | |
parent | 9326c1720b1956388dc1e07d555a7449bd488fc9 (diff) | |
download | perl-2ae617dd55ff4831f54fe6e69b42bd51fb33548e.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5641
Diffstat (limited to 't')
-rw-r--r-- | t/op/64bit.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/op/64bit.t b/t/op/64bit.t index da9cedd22e..60f72c3536 100644 --- a/t/op/64bit.t +++ b/t/op/64bit.t @@ -11,9 +11,6 @@ BEGIN { } # This could use a lot of more tests. -# -# Nota bene: bit operations (&, |, ^, ~, <<, >>) are not 64-bit clean. -# See the beginning of pp.c and the explanation next to IBW/UBW. # so that using > 0xfffffff constants and # 32+ bit integers don't cause noise |