summaryrefslogtreecommitdiff
path: root/t/base/lex.t
diff options
context:
space:
mode:
Diffstat (limited to 't/base/lex.t')
-rw-r--r--t/base/lex.t6
1 files changed, 1 insertions, 5 deletions
diff --git a/t/base/lex.t b/t/base/lex.t
index 7821e763a3..7ef753807b 100644
--- a/t/base/lex.t
+++ b/t/base/lex.t
@@ -1,6 +1,6 @@
#!./perl
-print "1..94\n";
+print "1..93\n";
$x = 'x';
@@ -443,7 +443,3 @@ y # comment
;
print "not " unless $_ eq 'b';
print "ok 93 - y <comment> <newline> ...\n";
-
-print "not " unless (time
- =>) eq time=>;
-print "ok 94 - => quotes keywords across lines\n";