summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-20 11:32:18 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-28 17:41:15 -0700
commit9fa196e11dd896d12236f0f566c5c556473e1cdc (patch)
tree6799d513fc2dab2baf6fe4adc38a9ecc68fd0361 /t
parent96f54887615ec13b0713f735c3ec6618468ec51f (diff)
downloadperl-9fa196e11dd896d12236f0f566c5c556473e1cdc.tar.gz
re/pat.t: Remove obsolete comment
Diffstat (limited to 't')
-rw-r--r--t/re/pat.t4
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;