summaryrefslogtreecommitdiff
path: root/t/lib/Test/qr.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/Test/qr.t')
-rw-r--r--t/lib/Test/qr.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/t/lib/Test/qr.t b/t/lib/Test/qr.t
deleted file mode 100644
index ea40f87308..0000000000
--- a/t/lib/Test/qr.t
+++ /dev/null
@@ -1,13 +0,0 @@
-#!./perl -w
-
-use strict;
-BEGIN {
- if ($] < 5.005) {
- print "1..0\n";
- print "ok 1 # skipped; this test requires at least perl 5.005\n";
- exit;
- }
-}
-use Test; plan tests => 1;
-
-ok 'abc', qr/b/;