diff options
author | Yves Orton <demerphq@gmail.com> | 2007-08-18 13:07:06 +0000 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-08-18 13:07:06 +0000 |
commit | 646c27d472ef3530ad06b94bc11148eca940fc51 (patch) | |
tree | d189998b9d0dc3429bb6eebee81c8e49f462b7ae /t | |
parent | cb5027f237ed663619961a40ff9aeefc9e3e71bb (diff) | |
download | perl-646c27d472ef3530ad06b94bc11148eca940fc51.tar.gz |
Typo prevented test from doing what it meant to do.
p4raw-id: //depot/perl@31735
Diffstat (limited to 't')
-rw-r--r-- | t/op/regexp_notrie.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/regexp_notrie.t b/t/op/regexp_notrie.t index 0968fcd33e..beada13054 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; } |