From: Yves Orton Date: Sat, 18 Aug 2007 13:07:06 +0000 (+0000) Subject: Typo prevented test from doing what it meant to do. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=646c27d472ef3530ad06b94bc11148eca940fc51;p=p5sagit%2Fp5-mst-13.2.git Typo prevented test from doing what it meant to do. p4raw-id: //depot/perl@31735 --- diff --git a/t/op/regexp_notrie.t b/t/op/regexp_notrie.t index 0968fcd..beada13 100644 --- a/t/op/regexp_notrie.t +++ b/t/op/regexp_notrie.t @@ -1,7 +1,7 @@ #!./perl #use re 'debug'; BEGIN { - ${^RE_TRIE_MAXBUFF}=-1; + ${^RE_TRIE_MAXBUF}=-1; #${^RE_DEBUG_FLAGS}=0; }