diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-21 18:08:54 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-21 18:09:57 -0700 |
commit | abcb810c88ac3af57afe0fd06c1c339f104b10f9 (patch) | |
tree | 758bb70e805eee12c1cca97198374768d9b5b6ca /t | |
parent | be235cc1a53c71ccf423cfe5667b73cba456b7af (diff) | |
download | perl-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.t | 1 |
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, |