summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-11 14:11:35 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-11 14:11:35 -0700
commita632cb9b5a97778e7d28500aa7b4ad50ddad8d36 (patch)
tree4b5b310a5fae19ca80ce4a38371f2a9f1255a5c5
parentf3ce8053656a98bd26491b7d3bd1ab8d4b1aa855 (diff)
downloadperl-a632cb9b5a97778e7d28500aa7b4ad50ddad8d36.tar.gz
Correct file references in switch.t
-rw-r--r--t/op/switch.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op/switch.t b/t/op/switch.t
index 109bc2d2c3..92df763621 100644
--- a/t/op/switch.t
+++ b/t/op/switch.t
@@ -11,8 +11,8 @@ use warnings;
plan tests => 166;
-# The behaviour of the feature pragma should be tested by lib/switch.t
-# using the tests in t/lib/switch/*. This file tests the behaviour of
+# The behaviour of the feature pragma should be tested by lib/feature.t
+# using the tests in t/lib/feature/*. This file tests the behaviour of
# the switch ops themselves.
use feature 'switch';