summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-04 23:16:58 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-05 06:30:32 -0800
commit5c38932042fdbe48a61a0484c41a5be8c9e44362 (patch)
treec88822889e8c3ab0ba41d4b9de779539b0cd2f87 /t/base
parent33de0f79097a068801b9c5ffeb855e0b988703f6 (diff)
downloadperl-5c38932042fdbe48a61a0484c41a5be8c9e44362.tar.gz
t/base/lex.t: Remove commented-out test
It has been commented out since it was added in 2b92dfceaa9d.
Diffstat (limited to 't/base')
-rw-r--r--t/base/lex.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index e537805c3f..c917d4f4fd 100644
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -140,8 +140,6 @@ my $test = 31;
# The second caret here should be interpreted as an xor
if (($^Q^XX) != 3) { print "not " }
print "ok $test\n"; $test++;
-# if (($N ^ XX()) != 3) { print "not " }
-# print "ok $test\n"; $test++;
# These next two tests are trying to make sure that
# $^FOO is always global; it doesn't make sense to 'my' it.