summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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,