diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-02-20 11:32:18 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-02-28 17:41:15 -0700 |
commit | 9fa196e11dd896d12236f0f566c5c556473e1cdc (patch) | |
tree | 6799d513fc2dab2baf6fe4adc38a9ecc68fd0361 | |
parent | 96f54887615ec13b0713f735c3ec6618468ec51f (diff) | |
download | perl-9fa196e11dd896d12236f0f566c5c556473e1cdc.tar.gz |
re/pat.t: Remove obsolete comment
-rw-r--r-- | t/re/pat.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/re/pat.t b/t/re/pat.t index 184f1f45f7..624b0d9a90 100644 --- a/t/re/pat.t +++ b/t/re/pat.t @@ -2,9 +2,7 @@ # # This is a home for regular expression tests that don't fit into # the format supported by re/regexp.t. If you want to add a test -# that does fit that format, add it to re/re_tests, not here. Tests for \N -# should be added here because they are treated as single quoted strings -# there, which means they avoid the lexer which otherwise would look at them. +# that does fit that format, add it to re/re_tests, not here. use strict; use warnings; |