summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-21 18:08:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-21 18:09:57 -0700
commitabcb810c88ac3af57afe0fd06c1c339f104b10f9 (patch)
tree758bb70e805eee12c1cca97198374768d9b5b6ca /t
parentbe235cc1a53c71ccf423cfe5667b73cba456b7af (diff)
downloadperl-abcb810c88ac3af57afe0fd06c1c339f104b10f9.tar.gz
gmagic.t: Remove confusing comment
Commit ead3e279 moved a comment into a test name (the test previously having no name), but left a cryptic piece of that comment behind.
Diffstat (limited to 't')
-rw-r--r--t/op/gmagic.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/gmagic.t b/t/op/gmagic.t
index 8437695f08..26ad08553b 100644
--- a/t/op/gmagic.t
+++ b/t/op/gmagic.t
@@ -50,7 +50,6 @@ $s = chop($c);
ok($s eq '0', 'multiple magic in core functions');
expected_tie_calls(tied $c, 1, 1);
-# was a glob
$c = *strat;
$s = $c;
ok($s eq *strat,