From abcb810c88ac3af57afe0fd06c1c339f104b10f9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 21 Jul 2011 18:08:54 -0700 Subject: [PATCH] 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. --- t/op/gmagic.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/op/gmagic.t b/t/op/gmagic.t index 8437695..26ad085 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, -- 1.8.3.1