projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cb5027f
)
Typo prevented test from doing what it meant to do.
Yves Orton [Sat, 18 Aug 2007 13:07:06 +0000 (13:07 +0000)]
p4raw-id: //depot/perl@31735
t/op/regexp_notrie.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/regexp_notrie.t
b/t/op/regexp_notrie.t
index
0968fcd
..
beada13
100644
(file)
--- 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;
}