This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo prevented test from doing what it meant to do.
authorYves Orton <demerphq@gmail.com>
Sat, 18 Aug 2007 13:07:06 +0000 (13:07 +0000)
committerYves Orton <demerphq@gmail.com>
Sat, 18 Aug 2007 13:07:06 +0000 (13:07 +0000)
p4raw-id: //depot/perl@31735

t/op/regexp_notrie.t

index 0968fcd..beada13 100644 (file)
@@ -1,7 +1,7 @@
 #!./perl
 #use re 'debug';
 BEGIN {
-    ${^RE_TRIE_MAXBUFF}=-1;
+    ${^RE_TRIE_MAXBUF}=-1;
     #${^RE_DEBUG_FLAGS}=0;
 }