This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Synchronize t/op/pack.t:s between blead and maint with
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 19 Mar 2003 09:38:54 +0000 (09:38 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 19 Mar 2003 09:38:54 +0000 (09:38 +0000)
a fake success for maint (test for a blead feature not
merged into maint) so that the test numberings don't drift
       unnecessarily.  Not necessarily a long-term thing to do
(if blead gets even more new features), but works for now.

p4raw-id: //depot/maint-5.8/perl@19027

t/op/pack.t

index bc5c572..b833090 100755 (executable)
@@ -6,7 +6,7 @@ BEGIN {
     require './test.pl';
 }
 
-plan tests => 5848;
+plan tests => 5849;
 
 use strict;
 use warnings;
@@ -1094,3 +1094,5 @@ foreach my $template (qw(A Z c C s S i I l L n N v V q Q j J f d F D u U w)) {
 
 ok(pack('u2', 'AA'), "[perl #8026]"); # used to hang and eat RAM in perl 5.7.2
 
+ok(1, "fake success (change #18751, feature not present in 5.8.1)");
+