This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5027f
)
Typo prevented test from doing what it meant to do.
author
Yves Orton
<demerphq@gmail.com>
Sat, 18 Aug 2007 13:07:06 +0000
(13:07 +0000)
committer
Yves 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
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_MAXBUF
F
}=-1;
+ ${^RE_TRIE_MAXBUF}=-1;
#${^RE_DEBUG_FLAGS}=0;
}